14 lines
263 B
Desktop File
14 lines
263 B
Desktop File
[Unit]
|
|
Description=myRPC Server Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/myRPC-server
|
|
Restart=always
|
|
User=root
|
|
Environment=PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|