Skip to content

Commit

Permalink
Merge pull request #476 from kenyon/readme-fix-service-limits-example
Browse files Browse the repository at this point in the history
README.md: correct service limits example
  • Loading branch information
kenyon authored Jul 8, 2024
2 parents ee85084 + 255278c commit fae6230
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,9 @@ To migrate from the above example, use the following:

```puppet
systemd::manage_dropin { 'foo.service-90-limits.conf':
unit => 'foo.service',
filename => '90-limits.conf',
limits => {
unit => 'foo.service',
filename => '90-limits.conf',
service_entry => {
'LimitNOFILE' => 8192,
'LimitNPROC' => 16384,
},
Expand Down

0 comments on commit fae6230

Please sign in to comment.