update systemd service
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Remote Management and Provisioning Server
|
Description=Remote Management and Provisioning Server
|
||||||
After=network.target
|
After=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
#PIDFile=/run/rmps/rmpsd.pid
|
PIDFile=/run/rmps/rmpsd.pid
|
||||||
Environment=ConfFile=/etc/rmps/rmps.conf
|
Environment=ConfFile=/etc/rmps/rmps.conf
|
||||||
ExecStart=/usr/bin/rmpsd --start -c $ConfFile
|
ExecStart=/usr/bin/rmpsd --start -c $ConfFile
|
||||||
ExecStop=/usr/bin/rmpsd --stop -c $ConfFile
|
ExecStop=/usr/bin/rmpsd --stop -c $ConfFile
|
||||||
|
|||||||
Reference in New Issue
Block a user