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
This commit is contained in:
Evils 2021-12-10 08:18:01 +01:00
parent 581d2d6c9c
commit b22f50135c

View file

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