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/rtc-set.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/rtc-set.target')
-rw-r--r-- | units/rtc-set.target | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/units/rtc-set.target b/units/rtc-set.target deleted file mode 100644 index df4c40298c..0000000000 --- a/units/rtc-set.target +++ /dev/null @@ -1,14 +0,0 @@ -# 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=RTC Set |