bundlewrap/bundles/nfs-client/files/nfs.mount
Franzi 83fb1a5e11
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
bundles/nfs-client: decrease timeout, set some default mount options
2022-02-20 19:44:05 +01:00

17 lines
226 B
SYSTEMD

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