D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
usr
/
libexec
/
cloud-init
/
Filename :
hook-hotplug
back
Copy
#!/bin/bash # This file is part of cloud-init. See LICENSE file for license information. # This script checks if cloud-init has hotplug hooked and if # cloud-init has finished; if so invoke cloud-init hotplug-hook is_finished() { [ -e /run/cloud-init/result.json ] } if is_finished; then # open cloud-init's hotplug-hook fifo rw exec 3<>/run/cloud-init/hook-hotplug-cmd env_params=( --subsystem="${SUBSYSTEM}" handle --devpath="${DEVPATH}" --udevaction="${ACTION}" ) # write params to cloud-init's hotplug-hook fifo echo "${env_params[@]}" >&3 fi
Name
Size
Last Modified
Owner
Permissions
Actions
clouddir
Dir
January 30 2024 6:57:05
root
1777
ds-identify
55.694
KB
April 22 2025 7:56:30
root
0755
hook-hotplug
0.596
KB
April 22 2025 7:56:30
root
0755
uncloud-init
3.997
KB
April 22 2025 7:56:30
root
0755
write-ssh-key-fingerprints
1.924
KB
April 22 2025 7:56:30
root
0755
2017 © D7net | D704T team