From abd04581619648bd3550f672806ccab109437d9a Mon Sep 17 00:00:00 2001 From: jaina heartles Date: Wed, 1 Jan 2025 20:49:18 -0500 Subject: [PATCH] run notify script with journal permissions --- backup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.nix b/backup.nix index b6a7972..39156c4 100644 --- a/backup.nix +++ b/backup.nix @@ -104,7 +104,7 @@ in { systemd.services.misskey-backup-failure = { description = "Misskey backup failure notification"; - serviceConfig.User = user; + serviceConfig.User = "systemd-journal"; serviceConfig.Type = "oneshot"; script = ''