nixos/rasdaemon: remove syslog.target dependency

this was copied from upstream's unit file
but only used when the daemon runs in background mode
  --foreground is used unconditionally in this module
main
Evils 3 years ago
parent 581d2d6c9c
commit b22f50135c
  1. 1
      nixos/modules/services/hardware/rasdaemon.nix

@ -137,7 +137,6 @@ in
description = "the RAS logging daemon";
documentation = [ "man:rasdaemon(1)" ];
wantedBy = [ "multi-user.target" ];
after = [ "syslog.target" ];
serviceConfig = {
StateDirectory = optionalString (cfg.record) "rasdaemon";

Loading…
Cancel
Save