mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 11:29:40 +01:00
Add sysstat.service to support systemd systems. (From OE-Core rev: 3278af2266a078351a4f614c79bfbea2514566a1) Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
173 B
Desktop File
13 lines
173 B
Desktop File
[Unit]
|
|
Description=Resets System Activity Logs
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
User=root
|
|
ExecStart=@LIBDIR@/sa/sa1 --boot
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|