diff options
Diffstat (limited to 'root/etc/init.d/dropbear')
| -rwxr-xr-x | root/etc/init.d/dropbear | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/root/etc/init.d/dropbear b/root/etc/init.d/dropbear new file mode 100755 index 0000000..405bd03 --- /dev/null +++ b/root/etc/init.d/dropbear @@ -0,0 +1,4 @@ +#!/bin/openrc-run +command="/bin/dropbear" +command_args="-R" +pidfile="/run/dropbear.pid" |
