Restart atticd whenever PostgreSQL restarts
All checks were successful
Check Flake / check-flake (push) Successful in 3m7s

This commit is contained in:
2026-02-22 17:53:46 -08:00
parent 288a2841aa
commit 4cf50b5fb1

View File

@@ -49,6 +49,7 @@
systemd.services.atticd = {
after = [ "postgresql.service" ];
requires = [ "postgresql.service" ];
partOf = [ "postgresql.service" ];
serviceConfig = {
DynamicUser = lib.mkForce false;
User = "atticd";