nixos/hebbot: Fix systemd service (#354098)

This commit is contained in:
jopejoe1
2024-11-09 11:38:13 +01:00
committed by GitHub
+1 -1
View File
@@ -70,7 +70,7 @@ in
LoadCredential = "bot-password-file:${cfg.botPasswordFile}";
RestartSec = "10s";
StateDirectory = "hebbot";
WorkingDirectory = "hebbot";
WorkingDirectory = "/var/lib/hebbot";
};
};
};