Skip to content

Commit

Permalink
Merge pull request openshift#18314 from mgugino-upstream-stage/fix-no…
Browse files Browse the repository at this point in the history
…de-syscon-unit

Automatic merge from submit-queue (batch tested with PRs 18314, 18313).

Fix node system container service template

node image may not always be deployed with docker.

This commit templates the 'WantedBy' to ensure
node can start with target.wants of each
respective runtime.
  • Loading branch information
openshift-merge-robot authored Jan 29, 2018
2 parents 9394fee + bf63527 commit 7ef03c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/node/system-container/service.template
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ WorkingDirectory=$DESTDIR
RuntimeDirectory=${NAME}

[Install]
WantedBy=docker.service
WantedBy=${DOCKER_SERVICE}

0 comments on commit 7ef03c4

Please sign in to comment.