# Run system activity accounting tool every 10 minutes
# unless system is booted into systemd, in that case
# sysstat.service will do the work and enable timers.
*/10 * * * * root  test -d /run/systemd/system || /usr/lib/sa/sa1 1 1
# Generate a daily summary of process accounting.
0    2 * * * root  test -d /run/systemd/system || /usr/lib/sa/sa2 -A
