1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Uncomment setuid/setgid by default in upstart

This commit is contained in:
Michael J. Cohen 2013-08-06 18:42:52 -04:00
parent 11110add54
commit b58e97b06c

View file

@ -20,9 +20,9 @@ description "Puma Background Worker"
# no "start on", we don't want to automatically start
stop on (stopping puma-manager or runlevel [06])
# change apps to match your deployment user if you want to use this as a less privileged user (recommended!)
# setuid apps
# setgid apps
# change apps to match your deployment user if you want to use this as a less privileged user (recommended!)
setuid apps
setgid apps
respawn
respawn limit 3 30