diff initscript @ 196:298a531776d6

Add an uninstall target to the Makefile. Also a fix to the install target, and the initscript.
author John "Elwin" Edwards
date Thu, 14 Jan 2016 21:30:14 -0500
parents 3bdee6371c3f
children f06f2d1a5035
line wrap: on
line diff
--- a/initscript	Thu Jan 14 20:52:29 2016 -0500
+++ b/initscript	Thu Jan 14 21:30:14 2016 -0500
@@ -3,7 +3,7 @@
 NODE_PATH=/usr/lib/node_modules
 LOGFILE=/var/log/rlgwebd.log
 CTLSOCKET=/var/run/rlgwebd.sock
-RLGWEBDJS=./rlgwebd
+RLGWEBDJS=/usr/local/bin/rlgwebd
 
 export NODE_PATH