zammad.service 290 B

12345678910111213
  1. [Unit]
  2. Description=Zammad Application
  3. [Service]
  4. Type=forking
  5. User=zammad
  6. WorkingDirectory=/home/zammad/zammad
  7. Environment=RAILS_ENV=production
  8. PIDFile=/var/run/zammad.puma.pid
  9. ExecStart=puma -p 3000 -d -e production --pidfile /var/run/zammad.puma.pid
  10. [Install]
  11. WantedBy=multi-user.target