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.
This commit is contained in:
parent
4059bf2983
commit
4940bf86ae
3 changed files with 9 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue