aboutsummaryrefslogtreecommitdiffstats
path: root/community/cloud-init/cloud-init-hotplugd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/cloud-init/cloud-init-hotplugd.initd')
-rw-r--r--community/cloud-init/cloud-init-hotplugd.initd11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/cloud-init/cloud-init-hotplugd.initd b/community/cloud-init/cloud-init-hotplugd.initd
new file mode 100644
index 00000000000..bdc211087cc
--- /dev/null
+++ b/community/cloud-init/cloud-init-hotplugd.initd
@@ -0,0 +1,11 @@
+#!/sbin/openrc-run
+
+description="cloud-init hotplugd"
+
+pidfile="/run/$RC_SVCNAME.pid"
+command="/usr/sbin/cloud-init-hotplugd"
+command_background=yes
+
+depend() {
+ before cloud-init
+}