autofs/templates/systemd.automount.j2

9 lines
144 B
Plaintext
Raw Normal View History

2019-01-12 18:12:55 +00:00
[Unit]
Description=Automount {{ item.key }}
2020-05-18 16:53:26 +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