Created
March 1, 2019 14:15
-
-
Save corny/580eb026de93221d36f8851885c647f6 to your computer and use it in GitHub Desktop.
Sytemd unit for OTRS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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