Skip to content

Instantly share code, notes, and snippets.

@cchulo
Created June 28, 2024 03:44
Show Gist options
  • Save cchulo/7823f20f9e8aa008092578edd8f9f971 to your computer and use it in GitHub Desktop.
Save cchulo/7823f20f9e8aa008092578edd8f9f971 to your computer and use it in GitHub Desktop.
/etc/systemd/system/var-mnt-data.mount
[Unit]
Description=Mount data at boot
[Mount]
What=woz-01.leyline.local:/mnt/data
Where=/var/mnt/data
Options=vers=4
Type=nfs
TimeoutSec=30
ForceUnmount=true
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment