15 lines
325 B
SYSTEMD
15 lines
325 B
SYSTEMD
# /usr/lib/systemd/system/sysstat-collect.timer
|
|
# (C) 2014 Tomasz Torcz <tomek@pipebreaker.pl>
|
|
#
|
|
# sysstat-12.6.1 systemd unit file:
|
|
# Activates activity collector every 10 minutes
|
|
|
|
[Unit]
|
|
Description=Run system activity accounting tool every 10 minutes
|
|
|
|
[Timer]
|
|
OnCalendar=*:00/10
|
|
|
|
[Install]
|
|
WantedBy=sysstat.service
|