mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-30 21:33:53 +00:00
13 lines
221 B
Desktop File
13 lines
221 B
Desktop File
[Unit]
|
|
Description=kubelet: The Kubernetes Node Agent
|
|
Documentation=http://kubernetes.io/docs/
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/kubelet
|
|
Restart=always
|
|
StartLimitInterval=0
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|