From a75271ee5f8620fd61ab23f439c7c040fd9991d6 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Wed, 31 Mar 2021 13:08:10 +0200 Subject: [PATCH] Add After keyword to wait until first process exits --- arch-config/.config/systemd/user/restic-backup-storage.service | 1 + 1 file changed, 1 insertion(+) diff --git a/arch-config/.config/systemd/user/restic-backup-storage.service b/arch-config/.config/systemd/user/restic-backup-storage.service index 634449ea..b87d48ee 100644 --- a/arch-config/.config/systemd/user/restic-backup-storage.service +++ b/arch-config/.config/systemd/user/restic-backup-storage.service @@ -1,5 +1,6 @@ [Unit] Description=Restic storage backup +After=restic-backup-home.service [Service] Type=oneshot ExecStart=restic backup --verbose --tag systemd-storage.timer $BACKUP_EXCLUDES $BACKUP_PATHS --limit-upload=2048