14 lines
269 B
SYSTEMD
14 lines
269 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=/usr/lib/kernel-livepatch/cache-cleaner
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|