Michael Grote
7a24089031
Reviewed-on: #584 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
11 lines
217 B
Django/Jinja
11 lines
217 B
Django/Jinja
{{ 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
|