mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-24 03:17:22 +00:00
implement stop() function for dropbear init script
SVN-Revision: 4953
This commit is contained in:
@@ -17,3 +17,7 @@ start() {
|
||||
|
||||
/usr/sbin/dropbear
|
||||
}
|
||||
|
||||
stop() {
|
||||
killall dropbear
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user