12 lines
263 B
Django/Jinja
12 lines
263 B
Django/Jinja
[Unit]
|
|
Description=Mount the USB disk used as restic repository
|
|
|
|
[Mount]
|
|
What=/dev/disk/by-uuid/{{ pillar['restic']['repository']['disk_uuid'] }}
|
|
Where={{ pillar['restic']['repository']['mount'] }}
|
|
Type=auto
|
|
Options=defaults
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|