Fix possibly insecure permissions on the control socket.
The server's control socket is now in a private directory.
This commit is contained in:
parent
c4d10ba33d
commit
4059bf2983
4 changed files with 19 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
NODE_PATH=/usr/lib/node_modules
|
||||
LOGFILE=/var/log/rlgwebd.log
|
||||
CTLSOCKET=/var/run/rlgwebd.sock
|
||||
CTLSOCKET=/var/run/rlgwebd/rlgwebd.sock
|
||||
RLGWEBDJS=/usr/local/bin/rlgwebd
|
||||
|
||||
export NODE_PATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue