diff initscript @ 209:2667aaad8e08

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.
author John "Elwin" Edwards
date Tue, 26 Dec 2017 13:23:55 -0500
parents f06f2d1a5035
children
line wrap: on
line diff
--- a/initscript	Sat Jan 28 09:57:31 2017 -0500
+++ b/initscript	Tue Dec 26 13:23:55 2017 -0500
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-NODE_PATH=/usr/lib/node_modules
+NODE_PATH=/var/local/lib/node_modules
 LOGFILE=/var/log/rlgwebd.log
 CTLSOCKET=/var/run/rlgwebd/rlgwebd.sock
 RLGWEBDJS=/usr/local/bin/rlgwebd