Merge pull request #45073 from Izorkin/syslog-ng

syslog-ng: enable reload service
This commit is contained in:
Jörg Thalheim
2018-08-15 19:31:19 +02:00
committed by GitHub

View File

@@ -88,6 +88,7 @@ in {
StandardOutput = "null";
Restart = "on-failure";
ExecStart = "${cfg.package}/sbin/syslog-ng ${concatStringsSep " " syslogngOptions}";
ExecReload = "${pkgs.coreutils}/bin/kill -HUP ${pidFile}";
};
};
};