diff options
| author | Alexander Hill <ahill@breadpudding.dev> | 2025-10-13 13:29:12 -0400 |
|---|---|---|
| committer | Alexander Hill <ahill@breadpudding.dev> | 2025-10-13 13:29:12 -0400 |
| commit | d97f4abeb3a36af6b8d6289edb725d1e6522a71f (patch) | |
| tree | fd9c5ba50299c133d7cc690f0c5a3e4d0bcd4caa /root/etc/init.d/dropbear | |
| parent | d953c8fca268be738eb1fe1c43873b7aff9907aa (diff) | |
Updated sources and moved configuration to its own folder
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" |
