This website works better with JavaScript
Home
Explore
Help
Sign In
OpenWrt
/
openwrt
mirror of
https://github.com/openwrt/openwrt.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Send a kill signal to cron, otherwise two instances could be running (
#1923
)
SVN-Revision: 7704
Florian Fainelli
18 years ago
parent
cc6a10de5b
commit
0aeee1f572
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
package/busybox/files/cron
+ 1
- 1
package/busybox/files/cron
View File
@@ -9,5 +9,5 @@ start () {
}
stop() {
- killall crond
+ killall
-9
crond
}