diff --git a/tools/jungle/upstart/puma.conf b/tools/jungle/upstart/puma.conf index 88e6ab3c..fc405f3a 100644 --- a/tools/jungle/upstart/puma.conf +++ b/tools/jungle/upstart/puma.conf @@ -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