This repository has been archived on 2023-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
salt-states_old/restic/files/restic.automount.jinja

9 lines
140 B
Plaintext
Raw Normal View History

2022-11-02 12:51:59 +00:00
[Unit]
Description=Automount for restic repository
[Automount]
2022-11-03 08:35:40 +00:00
Where={{ pillar['restic']['mount'] }}
2022-11-02 12:51:59 +00:00
[Install]
WantedBy=multi-user.target