mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
This reverts commit f5b566fabbc07464d3b3a9b506b890ce15b82e9a. 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
|