J'ai un emploi parvenu suivant:
description "posty api"
start on mysql
stop on shutdown
env RACK_ENV=production
setuid vmail
setgid vmail
chdir /opt/posty_api
pre-start script
mkdir -p /var/run/posty
chown -R vmail:root /var/run/posty
end script
exec /usr/local/bin/unicorn -D -c /opt/posty_api/unicorn.rb --env production >> /var/log/posty/upstart.log 2>&1
post-stop exec kill `cat /var/run/posty/unicorn.pid`
respawn
respawn limit 1 10
Pour créer le dossier dans /var/run
J'ai besoin des privilèges root. Comment puis-je exécuter certaines parties du travail parvenu en tant que root et le service lui-même en tant qu'utilisateur non privilégié?
start on starting posty
. Mais l'exploitation forestière est bien meilleure que la mienne.vous pouvez utiliser setguid dans le bloc de script et cela n'affectera que le bloc donné. Quelque chose comme ça:
la source
setuid: not found
erreur.