Path : /var/lib/ntp/var/lib/ntp/proc/self/root/lib/mkinitrd/boot/ |
Current File : //var/lib/ntp/var/lib/ntp/proc/self/root/lib/mkinitrd/boot/91-killudev.sh |
#!/bin/bash # #%stage: setup #%provides: killprogs # #%dontshow # ##### kill udev ## ## Kills udev. It will be started from the real root again. ## ## Command line parameters ## ----------------------- ## # kill udevd, we will run the one from the real root wait_for_events kill $(pidof udevd)