autofs/templates/systemd.mount.j2
2020-01-19 13:41:09 +01:00

12 lines
309 B
Django/Jinja

[Unit]
Description=Mount {{ item.key }}
After=network.target multi-user.target
[Mount]
What={{ item.value.share }}
Where={{ item.value.mount }}
Options={{ item.value.options | join(',') | default ('mounts_options') }}
Type={{ item.value.type | default ('mounts_type') }}
[Install]
WantedBy=multi-user.target