This file is indexed.

/var/lib/otrs/cron/otrs_daemon.dist is in otrs2 6.0.5-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# --
# Copyright (C) 2001-2018 OTRS AG, http://otrs.com/
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (AGPL). If you
# did not receive this file, see http://www.gnu.org/licenses/agpl.txt.
# --

# check OTRS daemon status
*/5 * * * * otrs test -x $HOME/bin/otrs.Daemon.pl && $HOME/bin/otrs.Daemon.pl start >> /dev/null
*/5 * * * * root test -d /run/otrs || (mkdir -p /run/otrs && chown otrs:www-data /run/otrs && chmod 0770 /run/otrs)