Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

Commit

Permalink
Merge pull request #48 from garthy/start_cni_on_reboot
Browse files Browse the repository at this point in the history
Allow the cni-bridge service to be enabled and start on reboot
  • Loading branch information
jlamillan committed Nov 7, 2017
2 parents 31c734e + 50905db commit 4b2f8a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions instances/k8smaster/scripts/cni-bridge.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ Before=docker.service
Type=oneshot
ExecStart=/usr/local/bin/cni-bridge.sh
RemainAfterExit=true
[Install]
WantedBy=multi-user.target
2 changes: 2 additions & 0 deletions instances/k8sworker/scripts/cni-bridge.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ Before=docker.service
Type=oneshot
ExecStart=/usr/local/bin/cni-bridge.sh
RemainAfterExit=true
[Install]
WantedBy=multi-user.target

0 comments on commit 4b2f8a0

Please sign in to comment.