autofs/templates/systemd.automount.j2
2019-01-12 19:12:55 +01:00

9 lines
159 B
Django/Jinja

[Unit]
Description=Automount {{ item.key }}
After=network.target multi-user.target
[Automount]
Where={{ item.value.mount }}
[Install]
WantedBy=default.target