I’ll probably switch to simple script, since I don’t like the idea of my laptop shouting my NAS access credentials into any available random network on startup.
You may want to consider adding nofail and x-systemd.device-timeout opinions on the mount as well if the NFS isn’t critical to the device booting, and speed up your boot process a bit.
Meanwhile I found a solution using fstab.
What’s the advantage of using a systemd script?
I’ll probably switch to simple script, since I don’t like the idea of my laptop shouting my NAS access credentials into any available random network on startup.
How would you do this with fstab? (Working with an smb share which I’m assuming is standard)
I described what I did here.
You may want to consider adding nofail and x-systemd.device-timeout opinions on the mount as well if the NFS isn’t critical to the device booting, and speed up your boot process a bit.
That sounds useful, thank you very much.