/lib/systemd/system/sysstat.service is in sysstat 11.6.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # /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
|