fix systemd service file mistake
This commit is contained in:
@@ -5,7 +5,7 @@ After=network.target
|
|||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
#PIDFile=/run/rmps/rmpsd.pid
|
#PIDFile=/run/rmps/rmpsd.pid
|
||||||
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
|
||||||
ExecReload=/usr/bin/rmpsd --restart -c $ConfFile
|
ExecReload=/usr/bin/rmpsd --restart -c $ConfFile
|
||||||
|
|||||||
Reference in New Issue
Block a user