]> git.pld-linux.org Git - packages/sysstat.git/blame - crontab
- allow packaging on systems without systemd
[packages/sysstat.git] / crontab
CommitLineData
7746159b 1# Crontab
44ba7c8c
ER
2#
3# 8am-7pm activity reports every 20 minutes during weekdays.
77e8d6c5
ER
4#0 8-18 * * 1-5 root /bin/systemd_booted || /usr/lib/sa/sa1 1200 3
5
7034c735
AM
6# activity reports every 1 minutes everyday.
7*/1 * * * * root /bin/systemd_booted || /usr/lib/sa/sa1 1 1
77e8d6c5 8
44ba7c8c 9# Activity reports every an hour on Saturday and Sunday.
77e8d6c5
ER
10#0 * * * 0,6 root /bin/systemd_booted || /usr/lib/sa/sa1
11
44ba7c8c 12# 7pm-8am activity reports every an hour during weekdays.
77e8d6c5
ER
13#0 19-7 * * root 1-5 /bin/systemd_booted || /usr/lib/sa/sa1
14
44ba7c8c 15# Daily summary prepared at 19:05.
77e8d6c5
ER
16#5 19 * * root 1-5 /bin/systemd_booted || /usr/lib/sa/sa2 -A
175 19 * * * root /bin/systemd_booted || /usr/lib/sa/sa2 -A
This page took 0.120423 seconds and 5 git commands to generate.