浏览代码

Ensure system clock was set

Single-Board Computer and embedded systems might have a clock that is extremely out of sync with reality.
Adding this target ensures docker is only started after a somewhat realistic clock was set.
More information about the time-set.target can be found here: https://www.freedesktop.org/software/systemd/man/systemd.special.html#time-sync.target

Signed-off-by: Michael Kuehn <micha@kuehn.io>
Michael Kuehn 3 年之前
父节点
当前提交
60f868c263
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contrib/init/systemd/docker.service

+ 1 - 1
contrib/init/systemd/docker.service

@@ -1,7 +1,7 @@
 [Unit]
 Description=Docker Application Container Engine
 Documentation=https://docs.docker.com
-After=network-online.target docker.socket firewalld.service containerd.service
+After=network-online.target docker.socket firewalld.service containerd.service time-set.target
 Wants=network-online.target containerd.service
 Requires=docker.socket