diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-07-01 17:37:21 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-02 10:43:56 +0200 |
commit | ac7019f33f1618f5b69ed44a8623e2596f1e3856 (patch) | |
tree | debfa0184b8c05760825f5e6c7ad00c0a3452d9e /src/timedate/ntp-units | |
parent | b1239c3fb3d19ff7273a8e5ead5c42f055d10b92 (diff) |
timedated: replace systemd-timedated-ntp.target logic with simpler scheme
The previous systemd-timedated-ntp.target was suffering by the problem
that NTP implementations enabled via the machanism could not be disabled
the obvious way on the "systemctl disable" command line. Replace
systemd-timedated-ntp.target by a list of implementations we try in
turn. The list is encoded in $pkgdatadir/ntp-units.
Diffstat (limited to 'src/timedate/ntp-units')
-rw-r--r-- | src/timedate/ntp-units | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/timedate/ntp-units b/src/timedate/ntp-units new file mode 100644 index 0000000000..6fdef44edb --- /dev/null +++ b/src/timedate/ntp-units @@ -0,0 +1,4 @@ +# NTP ervice implementations, in order for preference + +chronyd.service +ntpd.service |