autofs/templates/systemd.mount.j2
2019-04-08 23:08:29 +02:00

12 lines
306 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=default.target