1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/borg-client/templates/borg-backup.service.j2
2020-03-11 18:03:46 +01:00

9 lines
163 B
Django/Jinja

[Unit]
Description=Borg backup
[Service]
Type=oneshot
{% for backup in backup_hosts %}
ExecStart=/usr/local/bin/borg-backup{{ backup['suffix'] }}.sh
{% endfor %}