salt-states/restic/files/restic.mount.jinja

12 lines
249 B
Plaintext
Raw Normal View History

2023-06-27 07:16:37 +00:00
[Unit]
Description=Mount the USB disk used as restic repository
[Mount]
What=/dev/disk/by-uuid/{{ pillar['restic']['repository']['disk_uuid'] }}
Where={{ pillar['restic']['mount'] }}
Type=auto
Options=defaults
[Install]
WantedBy=multi-user.target