summaryrefslogtreecommitdiff
path: root/units/time-set.target
diff options
context:
space:
mode:
authorPeter A. Bigot <pab@pabigot.com>2018-04-30 07:05:29 -0500
committerLennart Poettering <lennart@poettering.net>2019-04-08 14:34:05 +0200
commit4ea0f675aef5996ccdb97adc9700564d18f95901 (patch)
tree7961faa2b985bb07cf472f960bc1778b10348f2b /units/time-set.target
parent82d0776da258eaf2c619f4c58236c22c468c346e (diff)
downloadsystemd-4ea0f675aef5996ccdb97adc9700564d18f95901.tar.gz
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-set.target')
-rw-r--r--units/time-set.target13
1 files changed, 13 insertions, 0 deletions
diff --git a/units/time-set.target b/units/time-set.target
new file mode 100644
index 0000000000..6b40033529
--- /dev/null
+++ b/units/time-set.target
@@ -0,0 +1,13 @@
+# SPDX-License-Identifier: LGPL-2.1+
+#
+# This file is part of systemd.
+#
+# systemd is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation; either version 2.1 of the License, or
+# (at your option) any later version.
+
+[Unit]
+Description=System Time Set
+Documentation=man:systemd.special(7)
+RefuseManualStart=yes