kernel-livepatch-tools/systemd-klp-info-cache.service.in

14 lines
274 B
SYSTEMD

[Unit]
Description=Clean up the klp(8) tool cache on boot
After=local-fs.target
ConditionPathIsReadWrite=/var/cache/livepatch
[Service]
Type=oneshot
Nice=19
IOSchedulingClass=idle
ExecStart=@_LIBEXECDIR@/kernel-livepatch/cache-cleaner
[Install]
WantedBy=multi-user.target