Bump NUT master branch from FTY: systemd integration#2346
Merged
jimklimov merged 4 commits intonetworkupstools:masterfrom Mar 3, 2024
Merged
Bump NUT master branch from FTY: systemd integration#2346jimklimov merged 4 commits intonetworkupstools:masterfrom
master branch from FTY: systemd integration#2346jimklimov merged 4 commits intonetworkupstools:masterfrom
Conversation
… and ExecStartPost to monitor that it was applied, from FTY branch Originates from FTY commits: * 062d186 (Jim Klimov 2018-01-16 13:11:08 +0100) * 0e28cc8 (Jim Klimov 2018-01-16 13:37:39 +0100) * e9a6710 (Jim Klimov 2018-01-16 13:41:52 +0100) Signed-off-by: Jim Klimov <[email protected]>
…artLimitInterval for broader compatibility Should help avoid this warning and unachieved functionality on systemd-229 and older: * systemd[1]: [/lib/systemd/system/nut-driver-enumerator-daemon-activator.service:30] Unknown lvalue 'StartLimitIntervalSec' in section 'Service'
…fy the unit description (it does not strictly restart the daemon, can reload if running too) Signed-off-by: Jim Klimov <[email protected]>
Member
Author
|
Tested by bombarding with |
Member
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up from #2275
These changes pertained to specifically systemd-oriented optimizations for a massively monitoring system (one NUT server watching hundreds of networked UPSes and responding to many clients).
nut-serverchange bumps the allowed count of opened file descriptors (also used for network and UNIX sockets) as far as we can drive itups.confand write it in small pieces (e.g. lines) over time, avoiding that systemd kills the NDE unit as unhealthy