How can I run the agent in cron? The agent is running manually. I would like to run it from cron (centos7).
I set the agent: delete tickets in the junk queue. It is ok:
http://blog.otrs.org/2011/08/04/otrs-ti ... nt-page-1/
I copied the generic_agent file into directory "/etc/cron.d":
Code: Select all
HOME=/opt/otrs
# start generic agent every hour 20 minutes
20 * * * * root $HOME/bin/otrs.GenericAgent.pl >> /dev/null