diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-05-06 17:02:11 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-05-06 17:02:11 +0200 |
commit | e8af69739a629708d2c155ebcd4fa57b8fd5006a (patch) | |
tree | 70a5b7e27eca1850db1dba950fb82db5214213c8 /src/timesync/timesyncd.conf.in | |
parent | 16c058ba014e210fd8f6833a56787815c1059e1f (diff) |
timesyncd: read server settings from a configuration file
Also, allow compiling in a default server list via a configure command
line item.
Diffstat (limited to 'src/timesync/timesyncd.conf.in')
-rw-r--r-- | src/timesync/timesyncd.conf.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/timesync/timesyncd.conf.in b/src/timesync/timesyncd.conf.in new file mode 100644 index 0000000000..a0caa1d40d --- /dev/null +++ b/src/timesync/timesyncd.conf.in @@ -0,0 +1,11 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. +# +# See timesyncd.conf(5) for details + +[Time] +#Servers=@NTP_SERVERS@ |