move ccache dir to staging_dir_arch (removing the staging dir will make the ccache...
[openwrt.git] / package / dropbear / files / dropbear.init
index e0a4481..a5822e4 100755 (executable)
@@ -17,3 +17,7 @@ start() {
        
        /usr/sbin/dropbear
 }
+
+stop() {
+       killall dropbear
+}
This page took 0.020423 seconds and 4 git commands to generate.