Mercurial > hg > rlgwebd
view rlgwebd.service @ 207:ffe22d88bea1
rlgwebd-stop: avoid the deprecated domain module.
Instead of catching connection errors with domains, install an error
listener on the socket before connecting.
author | John "Elwin" Edwards |
---|---|
date | Fri, 27 Jan 2017 19:18:31 -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