From b22f50135c35784c8144b3637840b11cdb0e9ec2 Mon Sep 17 00:00:00 2001 From: Evils Date: Fri, 10 Dec 2021 08:18:01 +0100 Subject: [PATCH] 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 --- nixos/modules/services/hardware/rasdaemon.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/services/hardware/rasdaemon.nix b/nixos/modules/services/hardware/rasdaemon.nix index b1efe0f18c88..2d4c6d2ce959 100644 --- a/nixos/modules/services/hardware/rasdaemon.nix +++ b/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";