Mercurial > hg > rlgwebd
comparison 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 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 194:5483d413a45b | 195:3bdee6371c3f | 
|---|---|
| 3 After=network.target syslog.target | 3 After=network.target syslog.target | 
| 4 | 4 | 
| 5 [Service] | 5 [Service] | 
| 6 Type=simple | 6 Type=simple | 
| 7 Environment=NODE_PATH=/usr/lib/node_modules | 7 Environment=NODE_PATH=/usr/lib/node_modules | 
| 8 ExecStart=/usr/bin/node /usr/local/bin/rlgwebd.js | 8 ExecStart=/usr/local/bin/rlgwebd | 
| 9 ExecStop=/usr/bin/node /usr/local/bin/rlgwebd-stop.js | 9 ExecStop=/usr/local/bin/rlgwebd-stop | 
| 10 | 10 | 
| 11 [Install] | 11 [Install] | 
| 12 WantedBy=multi-user.target | 12 WantedBy=multi-user.target | 
