about summary refs log tree commit diff
path: root/shutdown.d/60-udev.sh
blob: dd42ff7d75b2d13f149d9dfeb9c4af5fb21a9265 (plain) (blame)
1
2
3
4
if [ -z "$VIRTUALIZATION" ]; then
    msg "Stopping udev..."
    udevadm control --exit
fi