statsd.upstart: exec to remove parent shell from process list

Changes ps output from:

1234 _statsd sh
1235 _statsd \_ statsd /etc/statsd/localConfig.js

to just one second line without intermediate shell process waiting for node.
This commit is contained in:
Sergey Shepelev 2014-06-08 15:04:23 +04:00
Родитель 1590bcf56e
Коммит 78bca7bf65
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -24,5 +24,5 @@ end script
script
NODE_BIN=$(which nodejs || which node)
$NODE_BIN stats.js /etc/statsd/localConfig.js
exec $NODE_BIN stats.js /etc/statsd/localConfig.js
end script