Created
June 28, 2024 03:44
-
-
Save cchulo/7823f20f9e8aa008092578edd8f9f971 to your computer and use it in GitHub Desktop.
/etc/systemd/system/var-mnt-data.mount
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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