diff rlgwebd.js @ 194:5483d413a45b

RLGWebD: move the control socket into /var/run. This is a more standard location. /run is preferred by systemd, but portability to non-systemd systems is important.
author John "Elwin" Edwards
date Thu, 14 Jan 2016 19:10:46 -0500
parents 9758ca68e7f1
children
line wrap: on
line diff
--- a/rlgwebd.js	Sat Jan 02 14:33:48 2016 -0500
+++ b/rlgwebd.js	Thu Jan 14 19:10:46 2016 -0500
@@ -14,7 +14,7 @@
 
 /* Configuration variables */
 // The first file is NOT in the chroot.
-var ctlsocket = "/var/local/rlgwebd/ctl";
+var ctlsocket = "/var/run/rlgwebd.sock";
 var httpPort = 8080;
 var chrootDir = "/var/dgl/";
 var dropToUser = "rodney";