File otrs-scheduler.service of Package otrs
# Copyright (c) 2017 Scorpio IT, Deidesheim, Germany
[Unit]
Description=OTRS Scheduler
Documentation=https://otrs.github.io/doc/manual/admin/stable/en/html/
After=apache2.service mysql.service
[Service]
Type=oneshot
RemainAfterExit=yes
EnvironmentFile=/etc/sysconfig/otrs
User=otrs
ExecStart=@OTRS_ROOT@/bin/otrs.Scheduler.pl -a start
ExecReload=@OTRS_ROOT@/bin/otrs.Scheduler.pl -a reload
ExecStop=@OTRS_ROOT@/bin/otrs.Scheduler.pl -a stop
[Install]
WantedBy=multi-user.target