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

15 lines
195 B
SYSTEMD
Raw 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))}
[Install]
WantedBy=multi-user.target