0
0
Fork 0
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:
pennae 2022-12-19 12:29:50 +01:00 committed by pennae
parent 13d725908c
commit 4cdcad6b26

View file

@ -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