Mercurial > hg > rlgwebd
view rlgwebd.service @ 210:b04313038a0b
Changes for compatibility with recent versions of NodeJS.
The pty.js module is replaced with node-pty, now-mandatory callbacks
are added to various fs functions, and deprecated Buffer() calls are
replaced with Buffer.from() or Buffer.alloc().
author | John "Elwin" Edwards |
---|---|
date | Sun, 25 Aug 2019 21:27:31 -0400 |
parents | 2667aaad8e08 |
children |
line wrap: on
line source
[Unit] Description=RLGWebD app daemon After=network.target syslog.target [Service] Type=simple Environment=NODE_PATH=/var/local/lib/node_modules ExecStart=/usr/local/bin/rlgwebd ExecStop=/usr/local/bin/rlgwebd-stop Restart=on-failure [Install] WantedBy=multi-user.target