From feed6f9fb9e2ce27c1100c12d52bd0db472233bc Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 1 Nov 2022 22:06:12 +0100 Subject: ... --- ymir.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ymir.nix b/ymir.nix index b1252ba3..837687e6 100644 --- a/ymir.nix +++ b/ymir.nix @@ -1196,7 +1196,7 @@ in rec { serviceConfig = { ExecStart = "${./snap.py} %I"; - ExecCondition = "${pkgs.stdenv.shell} -c \"! systemctl is-active 'borgbackup@*.service' | ${pkgs.gnugrep}/bin/grep -q Activating\""; + ExecCondition = "${pkgs.stdenv.shell} -c \"! systemctl is-active 'borgbackup@*.service' | ${pkgs.gnugrep}/bin/grep -q activating\""; Environment = [ "BORG_CACHE_DIR=/var/lib/borg/cache" ]; -- cgit v1.2.3