blob: aa0930163e1c49b53c4fbdbf8e9260a445124ac4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# cloud-init-hotplugd.socket listens on the FIFO file
# /run/cloud-init/hook-hotplug-cmd which is created during a udev network
# add or remove event as processed by 10-cloud-init-hook-hotplug.rules.
# Known bug with an enforcing SELinux policy: LP: #1936229
[Unit]
Description=cloud-init hotplug hook socket
[Socket]
ListenFIFO=/run/cloud-init/hook-hotplug-cmd
[Install]
WantedBy=cloud-init.target
|