Merge pull request #45073 from Izorkin/syslog-ng
syslog-ng: enable reload service
This commit is contained in:
commit
34c7d06db8
@ -88,6 +88,7 @@ in {
|
|||||||
StandardOutput = "null";
|
StandardOutput = "null";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
ExecStart = "${cfg.package}/sbin/syslog-ng ${concatStringsSep " " syslogngOptions}";
|
ExecStart = "${cfg.package}/sbin/syslog-ng ${concatStringsSep " " syslogngOptions}";
|
||||||
|
ExecReload = "${pkgs.coreutils}/bin/kill -HUP ${pidFile}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user