Knowledge Base   /   Linux   /   OTRS

Start and Stop OTRS Daemon and Cron job

Posted on 18 January 2023 11:34 am

shell>cd /opt/otrs/

su -c "bin/otrs.Daemon.pl stop" -s /bin/bash otrs
su -c "bin/otrs.Daemon.pl start" -s /bin/bash otrs
/opt/otrs/bin/Cron.sh stop
/opt/otrs/bin/Cron.sh start