blob: 2e382679263e59ec7ac724c0fc07f192944b100b (
plain)
1
2
3
4
5
6
|
# This file is part of cloud-init. See LICENSE file for license information.
# Handle device adds only
ACTION!="add|remove", GOTO="cloudinit_end"
LABEL="cloudinit_hook"
SUBSYSTEM=="net|block", RUN+="/usr/lib/cloud-init/hook-hotplug"
LABEL="cloudinit_end"
|