homeserver/friedhof/mgrote_restic/templates/media-restic.automount.j2
Michael Grote 170e788c9b remove restic (#648)
Reviewed-on: #648
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2024-01-26 14:04:22 +01:00

12 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