I hate systemd

This commit is contained in:
2023-12-18 18:34:13 -07:00
parent 1cc436afa7
commit 85771666b6
6 changed files with 9 additions and 6 deletions

View File

@ -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