Skip to content

Commit

Permalink
Merge pull request kubernetes#3716 from eparis/kubelet-docker-socket
Browse files Browse the repository at this point in the history
Use docker.service not docker.socket in unit files
  • Loading branch information
thockin committed Jan 22, 2015
2 parents 6aea499 + 388c179 commit 8dede15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/init/systemd/kubelet.service
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[Unit]
Description=Kubernetes Kubelet Server
Documentation=https://github.com/GoogleCloudPlatform/kubernetes
After=docker.socket cadvisor.service
Requires=docker.socket
After=docker.service cadvisor.service
Requires=docker.service

[Service]
EnvironmentFile=-/etc/kubernetes/config
Expand Down

0 comments on commit 8dede15

Please sign in to comment.