autofs/templates/systemd.automount.j2

9 lines
159 B
Plaintext
Raw Normal View History

2019-01-12 18:12:55 +00:00
[Unit]
Description=Automount {{ item.key }}
After=network.target multi-user.target
[Automount]
Where={{ item.value.mount }}
[Install]
WantedBy=default.target