rlgwebd/rlgwebd.service
John "Elwin" Edwards 2baaad79dd Actually restart RLGWebD if it crashes.
Also, rlgwebd-stop will no longer crash if RLGWebD has already stopped.
2016-04-23 18:53:08 -04:00

13 lines
267 B
Desktop File

[Unit]
Description=RLGWebD app daemon
After=network.target syslog.target
[Service]
Type=simple
Environment=NODE_PATH=/usr/lib/node_modules
ExecStart=/usr/local/bin/rlgwebd
ExecStop=/usr/local/bin/rlgwebd-stop
Restart=on-failure
[Install]
WantedBy=multi-user.target