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:
parent
263333a58a
commit
b494bdafad
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue