lemmydividebyzero@reddthat.com to Technology@lemmy.worldEnglish · 5 days agosystemd has been a complete, utter, unmitigated successblog.tjll.netexternal-linkmessage-square90linkfedilinkarrow-up1239arrow-down196cross-posted to: linux@programming.devlinux@lemmy.ml
arrow-up1143arrow-down1external-linksystemd has been a complete, utter, unmitigated successblog.tjll.netlemmydividebyzero@reddthat.com to Technology@lemmy.worldEnglish · 5 days agomessage-square90linkfedilinkcross-posted to: linux@programming.devlinux@lemmy.ml
minus-squareFauxLiving@lemmy.worldlinkfedilinkEnglisharrow-up4·4 days agoUse _netdev,nofail,x-systemd.device-timeout=10s nofail doesn’t interrupt the boot and 10 seconds is a more sane timeout. You can also use x-systemd.automount And it will automatically mount the directory the first time it is accessed.
Use
nofail doesn’t interrupt the boot and 10 seconds is a more sane timeout. You can also use
And it will automatically mount the directory the first time it is accessed.