mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
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:
parent
581d2d6c9c
commit
b22f50135c
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue