gluon-autoupdater: stop dropbear before stopping the network
Before active SSH sessions would get stuck, when the network was suddenly stopped. If we instead stop dropbear before that and allow it to terminate SSH sessions cleanly we improve the user experience. Fixes #1957
This commit is contained in:
parent
17db337d95
commit
7f19da5a30
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
. /lib/gluon/autoupdater/lib.sh
|
||||
|
||||
start_enabled dropbear
|
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
. /lib/gluon/autoupdater/lib.sh
|
||||
|
||||
stop dropbear
|
Loading…
Reference in New Issue
Block a user