syslog-ng: enable reload service

This commit is contained in:
Izorkin 2018-08-15 19:46:47 +03:00
parent d817452e29
commit c2b24892b0

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