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

Add missing WorkingDirectory directive (#1370)

Add missing `WorkingDirectory` directive in Alternative Forking Configuration template
This commit is contained in:
Maurizio De Santis 2017-07-17 21:58:25 +02:00 committed by Nate Berkopec
parent 263333a58a
commit b494bdafad

View file

@ -208,6 +208,10 @@ Type=forking
# Preferably configure a non-privileged user
# User=
# The path to the puma application root
# Also replace the "<WD>" place holders below with this path.
WorkingDirectory=
# The command to start Puma
# Replace "<WD>" below, with the application root or working directory
ExecStart=bundle exec puma -C <WD>/shared/puma.rb --daemon