mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-11 17:34:57 +00:00
implement stop() function for dropbear init script
SVN-Revision: 4953
This commit is contained in:
parent
fc93677085
commit
87bc31d3a8
@ -17,3 +17,7 @@ start() {
|
|||||||
|
|
||||||
/usr/sbin/dropbear
|
/usr/sbin/dropbear
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stop() {
|
||||||
|
killall dropbear
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user