We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfbed2e commit 69e8db9Copy full SHA for 69e8db9
initrd-dropbear.service
@@ -14,15 +14,12 @@ Requires=initrd-shell.service
14
Requires=initrd-network.service
15
16
[Service]
17
-Environment=IDLE_TIME=300
18
# dropbear options:
19
# -s Disable password logins.
20
# -j Disable local port forwarding.
21
# -k Disable remote port forwarding.
22
-# -m Don't display the message of the day.
23
# -F Don't fork into background.
24
-# -I Disconnect after idle timeout (seconds).
25
-ExecStart=/bin/dropbear -s -j -k -m -F -I ${IDLE_TIME}
+ExecStart=/bin/dropbear -s -j -k -F
26
ExecReload=/bin/kill -HUP ${MAINPID}
27
# dropbear reports 1 when exiting on SIGTERM
28
SuccessExitStatus= 0 1
0 commit comments