12 lines
249 B
Plaintext
12 lines
249 B
Plaintext
|
[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
|