rlgwebd/rlgwebd.service
John "Elwin" Edwards 6457f18b36 Change various filenames.
The shell script previously used to launch the daemon is now called
"initscript".  The script files have had the ".js" extension removed
from their names.
2016-01-14 20:52:29 -05:00

12 lines
248 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
[Install]
WantedBy=multi-user.target