fixed typo, added pidfile
This commit is contained in:
parent
e33e10e17e
commit
67cc6fe469
1 changed files with 3 additions and 2 deletions
|
@ -4,9 +4,10 @@ Description=Zammad Application
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
User=zammad
|
User=zammad
|
||||||
WorkingDirectory=/homer/zammad/zammad
|
WorkingDirectory=/home/zammad/zammad
|
||||||
Environment=RAILS_ENV=production
|
Environment=RAILS_ENV=production
|
||||||
ExecStart=puma -p 3000 -d -e production
|
PIDFile=/var/run/zammad.puma.pid
|
||||||
|
ExecStart=puma -p 3000 -d -e production --pidfile /var/run/zammad.puma.pid
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in a new issue