summaryrefslogtreecommitdiff
path: root/src/special.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-04-06 19:18:11 +0200
committerLennart Poettering <lennart@poettering.net>2011-04-06 19:18:17 +0200
commit4466194c43a25bc51b21226f04245131e698bb3f (patch)
tree939feb948ffe98df5b7aeaa7052499124d0ee35d /src/special.h
parentcebe0d41e4d5b3fdd9d521116cc029bcb819c90d (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 'src/special.h')
-rw-r--r--src/special.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/special.h b/src/special.h
index 6cedf18c03..08dae11a25 100644
--- a/src/special.h
+++ b/src/special.h
@@ -54,7 +54,7 @@
#define SPECIAL_NSS_LOOKUP_TARGET "nss-lookup.target" /* LSB's $named */
#define SPECIAL_RPCBIND_TARGET "rpcbind.target" /* LSB's $portmap */
#define SPECIAL_SYSLOG_TARGET "syslog.target" /* LSB's $syslog; Should pull in syslog.socket or syslog.service */
-#define SPECIAL_RTC_SET_TARGET "rtc-set.target" /* LSB's $time */
+#define SPECIAL_TIME_SYNC_TARGET "time-sync.target" /* LSB's $time */
#define SPECIAL_DISPLAY_MANAGER_SERVICE "display-manager.service" /* Debian's $x-display-manager */
#define SPECIAL_MAIL_TRANSFER_AGENT_TARGET "mail-transfer-agent.target" /* Debian's $mail-{transport|transfer-agent */
#define SPECIAL_HTTP_DAEMON_TARGET "http-daemon.target"