mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
Merge pull request #150003 from evils/rasdaemon
nixos/rasdaemon: remove syslog.target dependency
This commit is contained in:
commit
096156aa50
@ -137,7 +137,6 @@ in
|
|||||||
description = "the RAS logging daemon";
|
description = "the RAS logging daemon";
|
||||||
documentation = [ "man:rasdaemon(1)" ];
|
documentation = [ "man:rasdaemon(1)" ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
after = [ "syslog.target" ];
|
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
StateDirectory = optionalString (cfg.record) "rasdaemon";
|
StateDirectory = optionalString (cfg.record) "rasdaemon";
|
||||||
|
Loading…
Reference in New Issue
Block a user