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
commit 34c7d06db8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}";
};
};
};