7c6ddf8796
bnc#854348 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=84
15 lines
272 B
Desktop File
15 lines
272 B
Desktop File
[Unit]
|
|
Description=Purge old kernels
|
|
After=local-fs.target
|
|
ConditionPathExists=/boot/do_purge_kernels
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Nice=19
|
|
IOSchedulingClass=idle
|
|
ExecStartPre=/bin/rm -f /boot/do_purge_kernels
|
|
ExecStart=/sbin/purge-kernels
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|