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:
parent
11110add54
commit
b58e97b06c
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue