summaryrefslogtreecommitdiffstats
path: root/recipes/chrony/init
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@cam.ac.uk>2009-11-04 08:37:07 +0000
committerStefan Schmidt <stefan@datenfreihafen.org>2010-03-27 13:08:34 +0100
commit877814e0206bec838a83f31d42d7868ecf9d8075 (patch)
treea636fd0d3606fe39611985d5aed2b3cdc949a913 /recipes/chrony/init
parent6b2f9de0f34d89923bb3990e1708d18c740dcef0 (diff)
downloadopenembedded-877814e0206bec838a83f31d42d7868ecf9d8075.tar.gz
chrony: time synchronization recipe (chronyc and chronyd)
Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Diffstat (limited to 'recipes/chrony/init')
-rw-r--r--recipes/chrony/init4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/chrony/init b/recipes/chrony/init
new file mode 100644
index 0000000000..12c2fbbf47
--- /dev/null
+++ b/recipes/chrony/init
@@ -0,0 +1,4 @@
+if [ -f /usr/bin/chronyd -a -f /etc/chrony.conf ]; then
+ /usr/bin/chronyd
+ echo "Started chronyd"
+fi