systemd unit for mounting nfs share
This commit is contained in:
parent
528d531709
commit
7a62c034a3
1 changed files with 12 additions and 0 deletions
12
scripts/systemd/home-stev-server.mount
Normal file
12
scripts/systemd/home-stev-server.mount
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Automatically Mount Stev-Server NFS Share
|
||||||
|
After=network.target
|
||||||
|
|
||||||
|
[Mount]
|
||||||
|
What=192.168.1.147:/home/stev
|
||||||
|
Where=/home/stev/server
|
||||||
|
Type=nfs
|
||||||
|
Options=auto,nofail,noatime
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue