2024-09-06 15:26:59 +02:00
|
|
|
[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
|
2025-08-05 12:25:13 +02:00
|
|
|
ExecStart=@_LIBEXECDIR@/kernel-livepatch/cache-cleaner
|
2024-09-06 15:26:59 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|