implement stop() function for dropbear init script
SVN-Revision: 4953
This commit is contained in:
parent
fc93677085
commit
87bc31d3a8
1 changed files with 4 additions and 0 deletions
|
@ -17,3 +17,7 @@ start() {
|
||||||
|
|
||||||
/usr/sbin/dropbear
|
/usr/sbin/dropbear
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stop() {
|
||||||
|
killall dropbear
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue