This commit is contained in:
Cameron Norman 2014-04-11 16:04:42 -07:00
Родитель 2c4fab4e92
Коммит 9084247bca
1 изменённых файлов: 3 добавлений и 4 удалений

7
debian/statsd.upstart поставляемый
Просмотреть файл

@ -17,10 +17,9 @@ respawn limit 10 5
chdir /usr/share/statsd chdir /usr/share/statsd
script pre-start script
NODE_BIN=$(which nodejs||which node) NODE_BIN=$(which nodejs || which node)
[ -n $NODE_BIN ] || { stop; exit 0; } [ -n $NODE_BIN ] || { stop; exit 0; }
exec $NODE_BIN stats.js /etc/statsd/localConfig.js
end script end script
exec $NODE_BIN stats.js /etc/statsd/localConfig.js