examples/var_service: add /var/run flag file to ntp.script
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 26 Jul 2018 11:45:33 +0000 (13:45 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 26 Jul 2018 11:45:33 +0000 (13:45 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
examples/var_service/ntpd/ntp.script

index 8542181eb4bd7c62cefe3e2dc25cb11668b5d31e..6cd81014d5119e86172922fab29e4a2620e6f432 100755 (executable)
@@ -1,5 +1,4 @@
 #!/bin/sh
-
 # Note that there is no provision to prevent several copies of the script
 # to be run in quick succession. In fact, it happens rather often
 # if initial syncronization results in a step.
@@ -8,6 +7,9 @@
 #
 # Script should be ready to deal with this.
 
+# For other parts of the system which prefer to run only on the stable clock
+echo "$1" >rundir/sync_status
+
 dt=`date '+%Y-%m-%d %H:%M:%S'`
 
 echo "`tail -n 199 -- "$0.log" 2>/dev/null`" >"$0.log.$$"