summaryrefslogtreecommitdiffstats
path: root/crypto/dropbear/init.d/dropbear
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/dropbear/init.d/dropbear')
-rwxr-xr-xcrypto/dropbear/init.d/dropbear8
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/dropbear/init.d/dropbear b/crypto/dropbear/init.d/dropbear
new file mode 100755
index 0000000000..f21fe72e58
--- /dev/null
+++ b/crypto/dropbear/init.d/dropbear
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+PROGRAM=/usr/sbin/dropbear
+ARGS=""
+RUNLEVEL=3
+NEEDS="+remote_fs"
+
+. /etc/init.d/smgl_init