File otobo.service of Package otobo
# Copyright (c) 2021 Scorpio IT, Deidesheim, Germany [Unit] Description=OTOBO Documentation=https://doc.otobo.org/ After=crond.service apache2.service mysql.service [Service] User=otobo Type=oneshot RemainAfterExit=yes EnvironmentFile=/etc/sysconfig/otobo #ExecStartPre=/usr/bin/chmod 755 @OTOBO_ROOT@/bin/otobo.PostMaster.pl #ExecStartPre=/usr/bin/otobo.service.helper.sh ExecStart=@OTOBO_ROOT@/bin/otobo.Daemon.pl start #ExecStop=/usr/bin/chmod 644 @OTOBO_ROOT@/bin/otobo.PostMaster.pl #ExecStopPost=/usr/bin/crontab -u otobo -r [Install] WantedBy=multi-user.target