X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=recepies%2Flxc%2Flxc-watchdog.sh;fp=recepies%2Flxc%2Flxc-watchdog.sh;h=d2dc43ef412bbbfc5a1d2b1d5b24777e6f41242d;hb=aa7bf80aaed6e65ee07dbf817c34707923b7ac3d;hp=39d0ec7a4ab56d453a6b08dc32a55fe1815036cd;hpb=5145026929616e0b0b99d5d81439c895aad1af40;p=sysadmin-cookbook diff --git a/recepies/lxc/lxc-watchdog.sh b/recepies/lxc/lxc-watchdog.sh index 39d0ec7..d2dc43e 100755 --- a/recepies/lxc/lxc-watchdog.sh +++ b/recepies/lxc/lxc-watchdog.sh @@ -59,6 +59,7 @@ cleanup_init_scripts() { $rootfs/etc/rc?.d/*umountfs \ $rootfs/etc/rc?.d/*umountroot \ $rootfs/etc/rc?.d/*hwclock* \ + $rootfs/etc/rc?.d/*udev* \ 2>/dev/null | xargs -i rm -v {} }