12 lines
217 B
Text
12 lines
217 B
Text
|
{{ file_header | default () }}
|
||
|
[Unit]
|
||
|
Description=Automounter for restic
|
||
|
Requires=network-online.target
|
||
|
|
||
|
[Automount]
|
||
|
Where=/media/restic
|
||
|
TimeoutIdleSec={{ restic_mount_timeout }}
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|