rlgwebd/rlgwebd.service
John "Elwin" Edwards 4940bf86ae Move the NODE_PATH location.
Modules are now expected to be in /var/local/lib/node_modules.  This is
intended to make it easier to avoid running npm as root.
2017-12-26 13:23:55 -05:00

13 lines
273 B
Desktop File

[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