Initial commit. It's far from finished.
This commit is contained in:
14
rmpsd.service
Normal file
14
rmpsd.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Remote Management and Provisioning Server
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
#PIDFile=/run/rmps/rmpsd.pid
|
||||
ExecStart=/usr/bin/rmpsd start --daemonize=no
|
||||
ExecStop=/usr/bin/rmpsd stop
|
||||
ExecReload=/usr/bin/rmpsd reload
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user