https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17717

--- Comment #26 from Julian Maurice <[email protected]> ---
# cat /etc/cron.d/koha
* * * * * root sudo -u koha sh -c 'PERL5LIB=/home/koha/koha
KOHA_CONF=/home/koha/etc/koha-conf.xml perl
/home/koha/koha/misc/cronjobs/process_message_queue.pl > /tmp/koha.log 2>&1'
* * * * * root sudo -u koha sh -c 'pwd > /tmp/pwd.log 2>&1'

/tmp/pwd.log contains "/root"
/tmp/koha.log is empty, and the message queue is processed

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to