From b58e97b06c648dc28bef580a40174d5f057d38b6 Mon Sep 17 00:00:00 2001 From: "Michael J. Cohen" Date: Tue, 6 Aug 2013 18:42:52 -0400 Subject: [PATCH] Uncomment setuid/setgid by default in upstart --- tools/jungle/upstart/puma.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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