🏡 index : ~doyle/pisshoff.git

author Jordan Doyle <jordan@doyle.la> 2023-06-27 1:48:01.0 +00:00:00
committer Jordan Doyle <jordan@doyle.la> 2023-06-27 1:48:01.0 +00:00:00
commit
abdb93d8b0c1402f4f45a7bd75ea2f84566deb63 [patch]
tree
6235f61882eae9d0daf4253db0854ea4926567c8
parent
1fa1ba16c156a3076433dd6faa68b841304052c8
download
abdb93d8b0c1402f4f45a7bd75ea2f84566deb63.tar.gz

Fix service reloading after logrotate



Diff

 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";
              };
            };
          };