]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - units/systemd-time-wait-sync.service.in
network: skip to check dynamic addresses when ConfigureWithoutCarrier=yes
[thirdparty/systemd.git] / units / systemd-time-wait-sync.service.in
index bed4177916b4aa7574ea589c760abf29b4a2d5b3..475182d6bc4b84a108aa7341fcdac0130cba48c7 100644 (file)
 [Unit]
 Description=Wait Until Kernel Time Synchronized
 Documentation=man:systemd-time-wait-sync.service(8)
+
+# Note that this tool doesn't need CAP_SYS_TIME itself, but it's primary
+# usecase is to run in conjunction with a local NTP service such as
+# systemd-timesyncd.service, which is conditioned this way. There might be
+# niche usecases where running this service independently is desired, but let's
+# make this all "just work" for the general case, and leave it to local
+# modifications to make it work in the remaining cases.
+
 ConditionCapability=CAP_SYS_TIME
 ConditionVirtualization=!container
+
 DefaultDependencies=no
 Before=time-sync.target shutdown.target
 Wants=time-sync.target