autofs/templates/systemd.automount.j2
2020-05-18 18:53:26 +02:00

9 lines
144 B
Django/Jinja

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