mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/firefox-syncserver: remove unnecessary service option
Stderr does not exist as a systemd option (StandardError would've been correct), but since "journal" is the default by association this mistake never had any effect. just remove the key entirely.
This commit is contained in:
parent
13d725908c
commit
4cdcad6b26
1 changed files with 0 additions and 1 deletions
|
@ -256,7 +256,6 @@ in
|
|||
User = defaultUser;
|
||||
Group = defaultUser;
|
||||
ExecStart = "${cfg.package}/bin/syncserver --config ${configFile}";
|
||||
Stderr = "journal";
|
||||
EnvironmentFile = lib.mkIf (cfg.secrets != null) "${cfg.secrets}";
|
||||
|
||||
# hardening
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue