2013-12-18 16:20:48 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Purge old kernels
|
|
|
|
After=local-fs.target
|
|
|
|
ConditionPathExists=/boot/do_purge_kernels
|
2018-04-19 11:52:57 +00:00
|
|
|
ConditionPathIsReadWrite=/
|
2013-12-18 16:20:48 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
Nice=19
|
|
|
|
IOSchedulingClass=idle
|
|
|
|
ExecStartPre=/bin/rm -f /boot/do_purge_kernels
|
|
|
|
ExecStart=/sbin/purge-kernels
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|