nixos/hebbot: Fix systemd service (#354098)

This commit is contained in:
jopejoe1 2024-11-09 11:38:13 +01:00 committed by GitHub
commit eeb4b70419
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,7 @@ in
LoadCredential = "bot-password-file:${cfg.botPasswordFile}";
RestartSec = "10s";
StateDirectory = "hebbot";
WorkingDirectory = "hebbot";
WorkingDirectory = "/var/lib/hebbot";
};
};
};