diff options
author | Peter A. Bigot <pab@pabigot.com> | 2018-04-30 07:05:29 -0500 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-04-08 14:34:05 +0200 |
commit | 4ea0f675aef5996ccdb97adc9700564d18f95901 (patch) | |
tree | 7961faa2b985bb07cf472f960bc1778b10348f2b /units/time-sync.target | |
parent | 82d0776da258eaf2c619f4c58236c22c468c346e (diff) | |
download | systemd-4ea0f675aef5996ccdb97adc9700564d18f95901.tar.gz systemd-4ea0f675aef5996ccdb97adc9700564d18f95901.tar.bz2 systemd-4ea0f675aef5996ccdb97adc9700564d18f95901.zip |
units: add time-set.target
time-sync.target is supposed to indicate system clock is synchronized
with a remote clock, but as used through 241 it only provided a system
clock that was updated based on a locally-maintained timestamp. Systems
that are powered off for extended periods would not come up with
accurate time.
Retain the existing behavior using a new time-set.target leaving
time-sync.target for cases where accuracy is required.
Closes #8861
Diffstat (limited to 'units/time-sync.target')
-rw-r--r-- | units/time-sync.target | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/units/time-sync.target b/units/time-sync.target index 1533c7c33c..9106502e8b 100644 --- a/units/time-sync.target +++ b/units/time-sync.target @@ -11,3 +11,5 @@ Description=System Time Synchronized Documentation=man:systemd.special(7) RefuseManualStart=yes +After=time-set.target +Wants=time-set.target |