homeserver/roles/mgrote_restic/templates/media-restic.automount.j2
Michael Grote 4c36b9964d
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline failed
Revert "remove restic (#648)"
This reverts commit 170e788c9b.
2024-05-25 20:56:04 +02: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