nixos/hebbot: Fix systemd service (#354098)
This commit is contained in:
@@ -70,7 +70,7 @@ in
|
||||
LoadCredential = "bot-password-file:${cfg.botPasswordFile}";
|
||||
RestartSec = "10s";
|
||||
StateDirectory = "hebbot";
|
||||
WorkingDirectory = "hebbot";
|
||||
WorkingDirectory = "/var/lib/hebbot";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user