| Linux webhost1.zalaszam.hu 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 Path : /lib/systemd/system/ |
| Current File : //lib/systemd/system/sysstat.service |
# /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