From 8d5146c754a98ea9a8bf180c76510eab8aa63246 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 12 Jul 2016 09:10:30 +0200 Subject: [PATCH] * Api: fix not working asynchron service (eg. alarms) in minimal install --- doc/rpm-build/egroupware.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rpm-build/egroupware.cron b/doc/rpm-build/egroupware.cron index 4bfc904fef..c04dad139c 100644 --- a/doc/rpm-build/egroupware.cron +++ b/doc/rpm-build/egroupware.cron @@ -1,4 +1,4 @@ MAILTO=root SHELL=/bin/bash # run EGroupware's async services for all domains -*/5 * * * * apache /usr/bin/php -q /usr/share/egroupware/phpgwapi/cron/asyncwrapper.php +*/5 * * * * apache /usr/bin/php -q /usr/share/egroupware/api/asyncwrapper.php