14 lines
269 B
Desktop File
14 lines
269 B
Desktop File
[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
|