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