From 4466194c43a25bc51b21226f04245131e698bb3f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 6 Apr 2011 19:18:11 +0200 Subject: 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. --- units/time-sync.target | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 units/time-sync.target (limited to 'units/time-sync.target') 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 -- cgit v1.2.1