2014-08-22 16:49:41 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Zammad Application
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
|
|
|
User=zammad
|
2014-08-22 17:05:31 +00:00
|
|
|
WorkingDirectory=/home/zammad/zammad
|
2014-08-22 16:49:41 +00:00
|
|
|
Environment=RAILS_ENV=production
|
2014-08-22 17:05:31 +00:00
|
|
|
PIDFile=/var/run/zammad.puma.pid
|
|
|
|
ExecStart=puma -p 3000 -d -e production --pidfile /var/run/zammad.puma.pid
|
2014-08-22 16:49:41 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|