Fixing systemd service files to point to correct config/executors

This commit is contained in:
Abhishek Gupta
2014-11-17 12:24:10 -08:00
parent eeb4547bec
commit 65a4041d26
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ Documentation=https://github.com/GoogleCloudPlatform/kubernetes
[Service]
Type=simple
EnvironmentFile=-/etc/sysconfig/controller-manager
EnvironmentFile=-/etc/sysconfig/kube-controller-manager
ExecStart=/usr/local/bin/kube-controller-manager "$DAEMON_ARGS"
[Install]