13 lines
246 B
Desktop File
13 lines
246 B
Desktop File
[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
|