From abdb93d8b0c1402f4f45a7bd75ea2f84566deb63 Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Tue, 27 Jun 2023 02:48:01 +0100 Subject: [PATCH] Fix service reloading after logrotate --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7cb88b1..86bf620 100644 --- a/flake.nix +++ b/flake.nix @@ -93,7 +93,7 @@ delaycompress = true; missingok = true; notifempty = true; - postrotate = "systemctl reload pisshoff"; + postrotate = "systemctl reload pisshoff-server"; }; }; }; -- libgit2 1.7.2