aboutsummaryrefslogtreecommitdiff
path: root/utils/uledd/files/uledd.init
diff options
context:
space:
mode:
Diffstat (limited to 'utils/uledd/files/uledd.init')
-rw-r--r--utils/uledd/files/uledd.init13
1 files changed, 13 insertions, 0 deletions
diff --git a/utils/uledd/files/uledd.init b/utils/uledd/files/uledd.init
new file mode 100644
index 000000000..b1792677c
--- /dev/null
+++ b/utils/uledd/files/uledd.init
@@ -0,0 +1,13 @@
+#!/bin/sh /etc/rc.common
+
+START=95
+
+USE_PROCD=1
+PROG=/sbin/uledd
+
+start_service() {
+ procd_open_instance
+ procd_set_param command "$PROG"
+ procd_set_param respawn
+ procd_close_instance
+}