aboutsummaryrefslogtreecommitdiff
path: root/hbakd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'hbakd.initd')
-rwxr-xr-xhbakd.initd13
1 files changed, 13 insertions, 0 deletions
diff --git a/hbakd.initd b/hbakd.initd
new file mode 100755
index 0000000..9a93683
--- /dev/null
+++ b/hbakd.initd
@@ -0,0 +1,13 @@
+#!/sbin/openrc-run
+
+name="${RC_SVCNAME}"
+
+command="/usr/bin/hbakd"
+command_args=""
+command_background="yes"
+pidfile="/run/${RC_SVCNAME}.pid"
+
+depend() {
+ need net
+ provide hbakd
+}