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

15 lines
195 B
SYSTEMD

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