summary refs log tree commit diff
path: root/nixos/modules/services/hardware/rasdaemon.nix
diff options
context:
space:
mode:
authorEvils <evils.devils@hotmail.com>2021-12-10 08:18:01 +0100
committerEvils <evils.devils@hotmail.com>2021-12-10 08:18:05 +0100
commitb22f50135c35784c8144b3637840b11cdb0e9ec2 (patch)
treeeedd0b7261c5b3e1221158e939fcf90a98bb54c1 /nixos/modules/services/hardware/rasdaemon.nix
parent581d2d6c9cd5c289002203581d8aa0861963a933 (diff)
downloadnixpkgs-b22f50135c35784c8144b3637840b11cdb0e9ec2.tar
nixpkgs-b22f50135c35784c8144b3637840b11cdb0e9ec2.tar.gz
nixpkgs-b22f50135c35784c8144b3637840b11cdb0e9ec2.tar.bz2
nixpkgs-b22f50135c35784c8144b3637840b11cdb0e9ec2.tar.lz
nixpkgs-b22f50135c35784c8144b3637840b11cdb0e9ec2.tar.xz
nixpkgs-b22f50135c35784c8144b3637840b11cdb0e9ec2.tar.zst
nixpkgs-b22f50135c35784c8144b3637840b11cdb0e9ec2.zip
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
Diffstat (limited to 'nixos/modules/services/hardware/rasdaemon.nix')
-rw-r--r--nixos/modules/services/hardware/rasdaemon.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/hardware/rasdaemon.nix b/nixos/modules/services/hardware/rasdaemon.nix
index b1efe0f18c8..2d4c6d2ce95 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";