12 lines
268 B
INI
12 lines
268 B
INI
|
[Unit]
|
||
|
Description=Kubernetes Kube Proxy
|
||
|
Documentation=https://github.com/kubernetes/kubernetes
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/local/bin/kube-proxy \
|
||
|
--config=/var/lib/kube-proxy/kube-proxy-config.yaml
|
||
|
Restart=on-failure
|
||
|
RestartSec=5
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|