summaryrefslogtreecommitdiffstats
path: root/glpi-dev.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-12-22 12:02:56 +0100
committerRemi Collet <fedora@famillecollet.com>2014-12-22 12:02:56 +0100
commit14bb37627f3b1a9eebcfa5cbd3524dcad33c929b (patch)
tree64ab376c314b7f215bac7360a9b7b390b611264d /glpi-dev.spec
parent7a08baaa226ccfaa0daa30c4e5ad4b08a61fd846 (diff)
glpi: increase cron frequency
Diffstat (limited to 'glpi-dev.spec')
-rw-r--r--glpi-dev.spec2
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