You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apps/otrs/files/otrs.service

14 lines
246 B

[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