summaryrefslogtreecommitdiff
path: root/package/htpdate
diff options
context:
space:
mode:
Diffstat (limited to 'package/htpdate')
-rw-r--r--package/htpdate/files/htpdate.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/htpdate/files/htpdate.init b/package/htpdate/files/htpdate.init
index 4457e4391..0b3f34ad6 100644
--- a/package/htpdate/files/htpdate.init
+++ b/package/htpdate/files/htpdate.init
@@ -14,7 +14,7 @@ start)
htpdate -l -s -t $htpdate_flags && htpdate -D $htpdate_flags
;;
stop)
- killall htpdate
+ pkill htpdate
;;
restart)
sh $0 stop