Skip to content

Commit

Permalink
[Systemd::Unit::Service] add support for LogRateLimit* options
Browse files Browse the repository at this point in the history
  • Loading branch information
veshij committed Nov 22, 2024
1 parent 3ae7559 commit 4815c38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3279,6 +3279,8 @@ Struct[{
Optional['RuntimeDirectoryMode'] => Stdlib::Filemode,
Optional['StateDirectory'] => String,
Optional['LogsDirectory'] => String,
Optional['LogRateLimitIntervalSec'] => Variant[Pattern[/^[0-9]+(s|min|h|ms|us)?$/]],
Optional['LogRateLimitBurst'] => Variant[Integer[0], Pattern[/^[0-9]+$/]],
Optional['LogsDirectoryMode'] => Stdlib::Filemode,
Optional['ProtectSystem'] => Variant[Boolean, Enum['full', 'strict']],
Optional['ProtectHome'] => Variant[Boolean, Enum['read-only', 'tmpfs']],
Expand Down

0 comments on commit 4815c38

Please sign in to comment.