Mercurial > hg > rlgwebd
diff rlgwebd.service @ 195:3bdee6371c3f
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.
author | John "Elwin" Edwards |
---|---|
date | Thu, 14 Jan 2016 20:52:29 -0500 |
parents | 80ca029f0906 |
children | a7cc38a0168d |
line wrap: on
line diff
--- a/rlgwebd.service Thu Jan 14 19:10:46 2016 -0500 +++ b/rlgwebd.service Thu Jan 14 20:52:29 2016 -0500 @@ -5,8 +5,8 @@ [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