nixos/adguardhome: remove syslog.target from service
This commit is contained in:
parent
19057428f9
commit
1f0bbdb6fc
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
systemd.services.adguardhome = {
|
||||
description = "AdGuard Home: Network-level blocker";
|
||||
after = [ "syslog.target" "network.target" ];
|
||||
after = [ "network.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
unitConfig = {
|
||||
StartLimitIntervalSec = 5;
|
||||
|
|
Loading…
Reference in a new issue