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

9 lines
162 B
Django/Jinja

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