mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/hebbot: Fix systemd service (#354098)
This commit is contained in:
commit
eeb4b70419
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ in
|
|||
LoadCredential = "bot-password-file:${cfg.botPasswordFile}";
|
||||
RestartSec = "10s";
|
||||
StateDirectory = "hebbot";
|
||||
WorkingDirectory = "hebbot";
|
||||
WorkingDirectory = "/var/lib/hebbot";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue