mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
When a backup job fails it is usually something we want to look into and understand its root cause before restarting the backup job. Therefore we need to disable the restart-on-failure behavior we had previously set up.
8 lines
154 B
Django/Jinja
8 lines
154 B
Django/Jinja
[Unit]
|
|
Description=Borg backup (offsite)
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
{% include 'borg-backup-cpu-quota.j2' %}
|
|
ExecStart=/usr/local/bin/borg-backup-offsite.sh
|