autofs/templates/systemd.automount.j2

9 lines
146 B
Plaintext
Raw Normal View History

2019-01-12 18:12:55 +00:00
[Unit]
Description=Automount {{ item.key }}
2020-06-04 20:23:30 +00:00
##After=network.target
2019-01-12 18:12:55 +00:00
[Automount]
Where={{ item.value.mount }}
[Install]
2020-01-19 12:41:09 +00:00
WantedBy=multi-user.target