mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-08-04 17:43:08 +02:00
This reverts commit f5b566fabb.
We no longer have cloud servers with 1-vCPU so this isn't needed.
10 lines
165 B
SYSTEMD
10 lines
165 B
SYSTEMD
[Unit]
|
|
Description=Borg backup
|
|
|
|
Wants=borg-backup-offsite.service
|
|
Before=borg-backup-offsite.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/borg-backup.sh
|