mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-13 09:50:18 +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
|