зеркало из https://github.com/microsoft/statsd.git
Update statsd.upstart
This commit is contained in:
Родитель
2c4fab4e92
Коммит
9084247bca
|
@ -17,10 +17,9 @@ respawn limit 10 5
|
|||
|
||||
chdir /usr/share/statsd
|
||||
|
||||
script
|
||||
NODE_BIN=$(which nodejs||which node)
|
||||
pre-start script
|
||||
NODE_BIN=$(which nodejs || which node)
|
||||
[ -n $NODE_BIN ] || { stop; exit 0; }
|
||||
|
||||
exec $NODE_BIN stats.js /etc/statsd/localConfig.js
|
||||
end script
|
||||
|
||||
exec $NODE_BIN stats.js /etc/statsd/localConfig.js
|
||||
|
|
Загрузка…
Ссылка в новой задаче