summaryrefslogtreecommitdiff
path: root/chronyd.init
diff options
context:
space:
mode:
authorElan Ruusamäe2010-02-07 18:47:57 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit30e9ceb6cbfe814d2cd868e1f08b497748e88225 (patch)
treecd399984cb4321f05a178fb221e2a99acbebacd8 /chronyd.init
parent40804fc2894f6f618d9aeee6c62343a54ac10f9c (diff)
downloadchrony-30e9ceb6cbfe814d2cd868e1f08b497748e88225.zip
chrony-30e9ceb6cbfe814d2cd868e1f08b497748e88225.tar.gz
- trailing spaces killed
Changed files: chronyd.init -> 1.6
Diffstat (limited to 'chronyd.init')
-rw-r--r--chronyd.init6
1 files changed, 3 insertions, 3 deletions
diff --git a/chronyd.init b/chronyd.init
index fdacf69..2be525f 100644
--- a/chronyd.init
+++ b/chronyd.init
@@ -52,7 +52,7 @@ $1
EOF
chronycpid=$!
- # chronyc will hang if the daemon doesn't respond, kill it after 3 s
+ # chronyc will hang if the daemon doesn't respond, kill it after 3 s
(sleep 3; kill $chronycpid) < /dev/null > /dev/null 2>&1 &
killerpid=$!
@@ -129,11 +129,11 @@ case "$1" in
force-reload)
condrestart 7
;;
- cyclelogs|flush-logs)
+ cyclelogs|flush-logs)
status chronyd >/dev/null 2>&1 || exit 7
chrony_command cyclelogs
;;
- online|offline)
+ online|offline)
status chronyd >/dev/null 2>&1 || exit 7
chrony_command $1
;;