|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /proc/self/root/usr/lib/systemd/system/ |
Upload File : |
# /lib/systemd/system/sysstat.service # (C) 2012 Peter Schiffer (pschiffe <at> redhat.com) # (C) 2017 Robert Luberda <robert@debian.org> # # sysstat 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 Data Collector Documentation=man:sa1(8) man:sadc(8) man:sar(1) [Service] Type=oneshot RemainAfterExit=yes User=root ExecStart=/usr/lib/sysstat/debian-sa1 --boot [Install] WantedBy=multi-user.target