16 lines
372 B
Desktop File
16 lines
372 B
Desktop File
[Unit]
|
|
ConditionFileIsExecutable=/opt/bin/controller-manager
|
|
Description=Kubernetes Controller Manager
|
|
Documentation=https://github.com/GoogleCloudPlatform/kubernetes
|
|
|
|
[Service]
|
|
ExecStart=/opt/bin/controller-manager \
|
|
--master=127.0.0.1:8080 \
|
|
--etcd_servers=http://127.0.0.1:4001 \
|
|
--logtostderr=true
|
|
Restart=on-failure
|
|
RestartSec=1
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|