# sysstat.service # (C) 2012 Peter Schiffer (pschiffe redhat.com) # # @PACKAGE_NAME@-@PACKAGE_VERSION@ systemd unit file: # Insert a dummy record in current daily data file. # This indicates that the counters have restarted from 0. [Unit] Description=Resets System Activity Logs [Service] Type=oneshot RemainAfterExit=yes User=root ExecStart=/bin/sh /usr/lib/sysstat/debian-sa1 --boot [Install] WantedBy=multi-user.target