summaryrefslogtreecommitdiff
path: root/systemd-timesyncd-wait.service
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-18 22:24:27 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-18 22:24:27 -0500
commit58861a7cbcd8f745ec0cc99e7dced13da07eff68 (patch)
treeb83769fe0fe6b72d13a6de2c7b833d6946fe63ca /systemd-timesyncd-wait.service
initial commit
Diffstat (limited to 'systemd-timesyncd-wait.service')
-rw-r--r--systemd-timesyncd-wait.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/systemd-timesyncd-wait.service b/systemd-timesyncd-wait.service
new file mode 100644
index 0000000..3237130
--- /dev/null
+++ b/systemd-timesyncd-wait.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Network Time Synchronized
+DefaultDependencies=no
+After=systemd-timesyncd-wait.socket
+Before=time-sync.target
+Wants=time-sync.target systemd-timesyncd-wait.socket
+
+[Service]
+Type=oneshot
+ExecStart=/usr/lib/systemd/systemd-timesyncd-wait
+TimeoutStartSec=infinity