Switch to a more revelant user. user nobody is always present on debian/ubuntu distro. while fabric user... less likely.

This commit is contained in:
Bruno Clermont 2011-09-02 12:50:34 -04:00 коммит произвёл Erik Kastner
Родитель 81e37027e9
Коммит cc1ba1fb43
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -8,5 +8,5 @@ script
# We found $HOME is needed. Without it, we ran into problems
export HOME="/root"
exec sudo -u fabric /usr/share/statsd/scripts/start
exec sudo -u nobody /usr/share/statsd/scripts/start
end script