2024-09-05 15:27:29 +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
|
2024-10-14 15:17:36 +02:00
|
|
|
ExecStart=@_LIBEXECDIR@/kernel-livepatch/cache-cleaner
|
2024-09-05 15:27:29 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|