We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e126b commit 2d92c53Copy full SHA for 2d92c53
images/origin/system-container/manifest.json
@@ -5,7 +5,7 @@
5
"ORIGIN_CONFIG_DIR": "/etc/origin",
6
"ORIGIN_DATA_DIR": "/var/lib/origin",
7
"ETCD_SERVICE": "etcd.service",
8
- "NODE_SERVICE": "atomic-openshift-node.service"
+ "NODE_SERVICE": "atomic-openshift-node.service",
9
+ "DOCKER_SERVICE": "docker.service"
10
}
11
-
images/origin/system-container/service.template
@@ -15,4 +15,4 @@ WorkingDirectory=$DESTDIR
15
RuntimeDirectory=${NAME}
16
17
[Install]
18
-WantedBy=docker.service
+WantedBy=${DOCKER_SERVICE}
0 commit comments