diff options
-rw-r--r-- | glpi-dev.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glpi-dev.spec b/glpi-dev.spec index 19681ed..118c722 100644 --- a/glpi-dev.spec +++ b/glpi-dev.spec @@ -161,7 +161,7 @@ done cat >cron <<EOF # GLPI core # Run cron to execute task even when no user connected -*/2 * * * * apache %{_bindir}/php %{_datadir}/%{name}/front/cron.php +* * * * * apache %{_bindir}/php %{_datadir}/%{name}/front/cron.php EOF |