I hate systemd
This commit is contained in:
@ -110,7 +110,7 @@ systemd:
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
- name enable-kubelet.service
|
||||
- name: enable-kubelet.service
|
||||
enabled: true
|
||||
contents: |
|
||||
[Unit]
|
||||
@ -125,3 +125,6 @@ systemd:
|
||||
ExecStart=/usr/bin/systemctl enable --now crio kubelet
|
||||
ExecStartPost=/usr/bin/touch /var/lib/enable-kubelet
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Reference in New Issue
Block a user