[Unit] Description=Remote Management and Provisioning Server After=network-online.target [Service] Type=simple 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 ExecReload=/usr/bin/rmpsd --restart -c $ConfFile Restart=always [Install] WantedBy=multi-user.target