Merge pull request #149733 from lunik1/adguard-syslog

nixos/adguardhome: remove syslog.target from service
This commit is contained in:
Pascal Bach 2021-12-11 22:45:08 +01:00 committed by GitHub
commit 98a81a3152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;