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.
12 lines
248 B
Desktop File
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
|