Skip to content

Systemd::Unit::Unit: Allow infinity for StartLimitBurst#610

Open
tuxmaster5000 wants to merge 1 commit intovoxpupuli:masterfrom
tuxmaster5000:StartLimitBurst
Open

Systemd::Unit::Unit: Allow infinity for StartLimitBurst#610
tuxmaster5000 wants to merge 1 commit intovoxpupuli:masterfrom
tuxmaster5000:StartLimitBurst

Conversation

@tuxmaster5000
Copy link

Pull Request (PR) description

Allow infinity for StartLimitBurst

This Pull Request (PR) fixes the following issues

Fixes #609

@kenyon kenyon changed the title Fix for #609 Systemd::Unit::Unit: Allow infinity for StartLimitBurst Feb 24, 2026
@kenyon kenyon added the enhancement New feature or request label Feb 24, 2026
Optional['ConditionFileIsExecutable'] => Variant[Enum[''],Stdlib::Unixpath,Pattern[/^!.*$/],Array[Variant[Enum[''],Stdlib::Unixpath,Pattern[/^!.*$/]],1]],
Optional['StartLimitIntervalSec'] => String[1],
Optional['StartLimitBurst'] => Integer[1],
Optional['StartLimitBurst'] => Variant[Enum['infinity'],Integer[1]],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support infinity for StartLimitBurst

3 participants