]> git.pld-linux.org Git - packages/sysstat.git/commitdiff
- use exec
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 13 Oct 2008 12:31:36 +0000 (12:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sysstat.crond -> 1.3

sysstat.crond

index 8f0381eb53c047e4f7dba3803d137efc5fbe6e4a..9a52368df05d7eb9c20da77a5440521e9bdb45c1 100644 (file)
@@ -5,7 +5,7 @@
 # 8am-7pm activity reports every 20 minutes during weekdays.
 # 0 8-18 * * 1-5 root /usr/lib/sa/sa1 1200 3
 # activity reports every 10 minutes everyday.
-0 * * * * root /usr/lib/sa/sa1 600 6
+0 * * * * root exec /usr/lib/sa/sa1 600 6
 #
 # Activity reports every an hour on Saturday and Sunday.
 # 0 * * * 0,6 root /usr/lib/sa/sa1
@@ -15,4 +15,4 @@
 #
 # Daily summary prepared at 19:05.
 # 5 19 * * 1-5 root /usr/lib/sa/sa2 -A
-5 19 * * * root /usr/lib/sa/sa2 -A
+5 19 * * * root exec /usr/lib/sa/sa2 -A
This page took 0.038644 seconds and 4 git commands to generate.