diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-04-06 19:18:11 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-04-06 19:18:17 +0200 |
commit | 4466194c43a25bc51b21226f04245131e698bb3f (patch) | |
tree | 939feb948ffe98df5b7aeaa7052499124d0ee35d /units/time-sync.target | |
parent | cebe0d41e4d5b3fdd9d521116cc029bcb819c90d (diff) |
units: rename rtc-set.target to time-sync.target and pull it in by hwclock-load.service
On request of Miroslav Lichvar, rename rtc-set.target to
time-sync.target since usually the RTC chip isn't involved at all in NTP
syncs.
Also, pull it in by hwclock-load.service.
Diffstat (limited to 'units/time-sync.target')
-rw-r--r-- | units/time-sync.target | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/units/time-sync.target b/units/time-sync.target new file mode 100644 index 0000000000..aa34ecb5f4 --- /dev/null +++ b/units/time-sync.target @@ -0,0 +1,14 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +# See systemd.special(7) for details + +# This exists mostly for compatibility with SysV/LSB units, and +# implementations lacking socket/bus activation. + +[Unit] +Description=System Time Synchronized |