diff options
author | Jonathan Cameron <jic23@cam.ac.uk> | 2009-11-04 08:37:07 +0000 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-03-27 13:08:34 +0100 |
commit | 877814e0206bec838a83f31d42d7868ecf9d8075 (patch) | |
tree | a636fd0d3606fe39611985d5aed2b3cdc949a913 /recipes/chrony/init | |
parent | 6b2f9de0f34d89923bb3990e1708d18c740dcef0 (diff) |
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/init | 4 |
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 |