bundlewrap/bundles/nfs-client/files/nfs.mount

17 lines
226 B
SYSTEMD
Raw Permalink Normal View History

2020-10-10 14:37:33 +00:00
[Unit]
Description=Mount ${mount}
After=network.target
[Mount]
What=${serverpath}
Where=${mountpoint}
Type=nfs
Options=${','.join(sorted(mount_options))}
ForceUnmount=yes
TimeoutSec=10
2020-10-10 14:37:33 +00:00
[Install]
WantedBy=multi-user.target