commit | ceefc48951823d01de5586004fbefe39740be4eb | [log] [tgz] |
---|---|---|
author | Ales Komarek <mail@newt.cz> | Thu Apr 10 10:13:23 2014 +0200 |
committer | Ales Komarek <mail@newt.cz> | Thu Apr 10 10:13:23 2014 +0200 |
tree | 5fb1475459c88d0d6b4e265a3ba7f440e22851c2 | |
parent | 1c856f010632bd3dea983a3044c01e4c9dc1684b [diff] |
fixes
diff --git a/conf/init b/conf/init index b7b7320..cafbe1f 100644 --- a/conf/init +++ b/conf/init
@@ -22,7 +22,7 @@ DESC="StatsD" NAME=statsd DAEMON=$NODE_BIN -DAEMON_ARGS="/srv/statsd/stats.js /etc/statsd/localConfig.js 2>&1 >> /var/log/statsd/statsd.log " +DAEMON_ARGS="/srv/statsd/statsd/stats.js /etc/statsd/localConfig.js 2>&1 >> /var/log/statsd/statsd.log " PIDFILE=/var/run/$NAME.pid SCRIPTNAME=/etc/init.d/$NAME CHDIR="/srv/statsd"