Skip to content

Instantly share code, notes, and snippets.

@corny
Created March 1, 2019 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save corny/580eb026de93221d36f8851885c647f6 to your computer and use it in GitHub Desktop.
Save corny/580eb026de93221d36f8851885c647f6 to your computer and use it in GitHub Desktop.
Sytemd unit for OTRS
[Unit]
Description=OTRS daemon
After=network.target
Requires=mysql.service
[Service]
Type=forking
ExecStart=/opt/otrs/bin/otrs.Daemon.pl start
User=otrs
Restart=on-failure
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment