Mercurial > hg > rlgwebd
view rlgwebd.service @ 206:04c2a895b679
RLGWebD: replace deprecated fs.exists() with fs.access().
author | John "Elwin" Edwards |
---|---|
date | Fri, 27 Jan 2017 15:43:10 -0500 |
parents | a7cc38a0168d |
children | 2667aaad8e08 |
line wrap: on
line source
[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 Restart=on-failure [Install] WantedBy=multi-user.target