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

Update puma-manager.conf

Added quotes to /etc/puma.conf
This commit is contained in:
baruchlubinsky 2013-05-27 16:34:05 +02:00
parent 46eeb284b4
commit 4ed27737c1

View file

@ -20,7 +20,7 @@ stop on runlevel [06]
# Set this to the number of Puma processes you want
# to run on this machine
env PUMA_CONF=/etc/puma.conf
env PUMA_CONF="/etc/puma.conf"
pre-start script
for i in `cat $PUMA_CONF`; do