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.
This commit is contained in:
John "Elwin" Edwards 2016-01-14 20:52:29 -05:00
parent ff0814c7ac
commit 6457f18b36
7 changed files with 1264 additions and 1264 deletions

View file

@ -5,8 +5,8 @@ After=network.target syslog.target
[Service]
Type=simple
Environment=NODE_PATH=/usr/lib/node_modules
ExecStart=/usr/bin/node /usr/local/bin/rlgwebd.js
ExecStop=/usr/bin/node /usr/local/bin/rlgwebd-stop.js
ExecStart=/usr/local/bin/rlgwebd
ExecStop=/usr/local/bin/rlgwebd-stop
[Install]
WantedBy=multi-user.target