Skip to content
Snippets Groups Projects
Commit 0aeee1f5 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

Send a kill signal to cron, otherwise two instances could be running (#1923)

SVN-Revision: 7704
parent cc6a10de
No related branches found
No related tags found
No related merge requests found
...@@ -9,5 +9,5 @@ start () { ...@@ -9,5 +9,5 @@ start () {
} }
stop() { stop() {
killall crond killall -9 crond
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment