]> git.pld-linux.org Git - packages/sysstat.git/blobdiff - crontab
fix cron definiton, broken since sysstat-11.0.8-2
[packages/sysstat.git] / crontab
diff --git a/crontab b/crontab
index f84eb4d84a0e85d5f8622cb55fedf73c001249b0..9606b8581ef5fdfd94cd4bef55d22611bdc037ff 100644 (file)
--- a/crontab
+++ b/crontab
@@ -1,16 +1,17 @@
 # Crontab
 #
 # 8am-7pm activity reports every 20 minutes during weekdays.
-# 0 8-18 * * 1-5 /bin/systemd_booted || /usr/lib/sa/sa1 1200 3
+#0 8-18 * * 1-5 root /bin/systemd_booted || /usr/lib/sa/sa1 1200 3
+
 # activity reports every 10 minutes everyday.
-0 * * * * /bin/systemd_booted || /usr/lib/sa/sa1 600 6
-#
+0 * * * * root /bin/systemd_booted || /usr/lib/sa/sa1 600 6
+
 # Activity reports every an hour on Saturday and Sunday.
-# 0 * * * 0,6 /bin/systemd_booted || /usr/lib/sa/sa1
-#
+#0 * * * 0,6 root /bin/systemd_booted || /usr/lib/sa/sa1
+
 # 7pm-8am activity reports every an hour during weekdays.
-# 0 19-7 * * 1-5 /bin/systemd_booted || /usr/lib/sa/sa1
-#
+#0 19-7 * * root 1-5 /bin/systemd_booted || /usr/lib/sa/sa1
+
 # Daily summary prepared at 19:05.
-# 5 19 * * 1-5 /bin/systemd_booted || /usr/lib/sa/sa2 -A
-5 19 * * * /bin/systemd_booted || /usr/lib/sa/sa2 -A
+#5 19 * * root 1-5 /bin/systemd_booted || /usr/lib/sa/sa2 -A
+5 19 * * * root /bin/systemd_booted || /usr/lib/sa/sa2 -A
This page took 0.055334 seconds and 4 git commands to generate.