OTRS Deaon Start

Created: May 14, 2025 at 9:38 am

Expires: Never

Syntax: Bash/Shell

root@ccpl-ticketing:~# locate otrs_daemon
/opt/otrs/var/cron/otrs_daemon.dist
root@ccpl-ticketing:~# cat /opt/otrs/var/cron/otrs_daemon.dist
# --
# Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
# Copyright (C) 2021-2023 Centuran Consulting, https://centuran.com/
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt.
# --

# check OTRS daemon status
*/5 * * * *    $HOME/bin/otrs.Daemon.pl start >> /dev/null

root@ccpl-ticketing:/opt/otrs# su otrs
$ /bin/otrs.Daemon.pl start
sh: 1: /bin/otrs.Daemon.pl: not found
$ ./bin/otrs.Daemon.pl start

Manage the OTRS daemon process.

Daemon started