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:
parent
46eeb284b4
commit
4ed27737c1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue