updated requirements
This commit is contained in:
parent
b13e98567c
commit
494a212af2
1 changed files with 4 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Automatically Mount Stev-Server NFS Share
|
Description=Automatically Mount Stev-Server NFS Share
|
||||||
After=network.target
|
After=network-online.target
|
||||||
|
Wants=network-online.target
|
||||||
|
|
||||||
[Mount]
|
[Mount]
|
||||||
What=192.168.1.147:/home/stev
|
What=192.168.1.147:/home/stev
|
||||||
Where=/home/stev/server
|
Where=/home/mstev/server
|
||||||
Type=nfs
|
Type=nfs
|
||||||
Options=auto,nofail,noatime
|
Options=auto,nofail,noatime
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=remote-fs.target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue