From 821d99f17c9dd5660e5c450e4435616178ae4c73 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 14 Feb 2025 14:34:33 +0100 Subject: ... --- modules/pgbackrest.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/pgbackrest.nix') diff --git a/modules/pgbackrest.nix b/modules/pgbackrest.nix index 886840b9..81c74a8e 100644 --- a/modules/pgbackrest.nix +++ b/modules/pgbackrest.nix @@ -216,6 +216,7 @@ in { }; }; } // mapAttrs' (name: backupCfg: nameValuePair "pgbackrest-backup@${escapeSystemdPath name}" { + restartIfChanged = false; description = "Perform pgBackRest Backup (${name}${optionalString (!(isNull backupCfg.repo)) " repo${backupCfg.repo}"})"; serviceConfig = { Type = "oneshot"; -- cgit v1.2.3