10 lines
196 B
SYSTEMD
10 lines
196 B
SYSTEMD
|
[Unit]
|
||
|
Description=Kubernetes Node Unpacker
|
||
|
Documentation=https://github.com/kubernetes/kubernetes
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/etc/kubernetes/kube-node-unpacker.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|