15 lines
295 B
Desktop File
15 lines
295 B
Desktop File
[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
|