about summary refs log tree commit diff
path: root/services
diff options
context:
space:
mode:
authorYpnose <linuxien@legtux.org>2014-05-01 14:24:35 +0200
committerYpnose <linuxien@legtux.org>2014-05-01 14:24:35 +0200
commit209649899537477bf295493458bf22b368edf3c8 (patch)
tree81bc79f115b7836335980916841f91e6238b38c1 /services
parent81d5374f70c1c11406187f903f64dfc07b5e289f (diff)
downloadrunit-void-209649899537477bf295493458bf22b368edf3c8.tar.gz
runit-void-209649899537477bf295493458bf22b368edf3c8.tar.xz
runit-void-209649899537477bf295493458bf22b368edf3c8.zip
Add dropbear service
Diffstat (limited to 'services')
-rwxr-xr-xservices/dropbear/run4
l---------services/dropbear/supervise1
2 files changed, 5 insertions, 0 deletions
diff --git a/services/dropbear/run b/services/dropbear/run
new file mode 100755
index 0000000..ffdbee4
--- /dev/null
+++ b/services/dropbear/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+echo "Starting dropbear..."
+exec /usr/bin/dropbear -F -R
diff --git a/services/dropbear/supervise b/services/dropbear/supervise
new file mode 120000
index 0000000..f85c8d1
--- /dev/null
+++ b/services/dropbear/supervise
@@ -0,0 +1 @@
+/run/runit/supervise.dropbear
\ No newline at end of file