This message was deleted.
# k3s
a
This message was deleted.
c
Find the mount:
Copy code
systemctl list-units --type=mount
Add that mount to the
After=
list in the k3s systemd unit.
this is just basic systemd stuff
h
Roger, i hesitated to do this, because i am running an airgapped setup… and i remember a long time ago i asked you about editing the systemd service file… and you said this was not recommended….
c
You can do it with a systemd drop-in, instead of editing the main unit file, if thats a concern. I do find that people frequently re-run the install script to do upgrades, which will replace the systemd unit and discard any changes you’ve made.
👍 1
really just depends on how you’re using it