mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-11 00:40:23 +00:00
13 lines
221 B
SYSTEMD
13 lines
221 B
SYSTEMD
|
[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
|