summaryrefslogtreecommitdiff
path: root/www-apps/otrs/files/otrs.service
blob: 546ecdda8f935605d7ae47250833706846e4a378 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=OTRS daemon

[Service]
Type=forking
WorkingDirectory=/var/lib/otrs
User=otrs
ExecStart=/var/lib/otrs/bin/otrs.Daemon.pl start
ExecStop=/var/lib/otrs/bin/otrs.Daemon.pl stop
PrivateTmp=true

[Install]
WantedBy=multi-user.target