17 lines
351 B
Desktop File
17 lines
351 B
Desktop File
[Unit]
|
|
After=apiserver.service
|
|
ConditionFileIsExecutable=/opt/bin/scheduler
|
|
Description=Kubernetes Scheduler
|
|
Documentation=https://github.com/GoogleCloudPlatform/kubernetes
|
|
Wants=apiserver.service
|
|
|
|
[Service]
|
|
ExecStart=/opt/bin/scheduler \
|
|
--logtostderr=true \
|
|
--master=127.0.0.1:8080
|
|
Restart=always
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|