Skip to content

Commit fae6230

Browse files
authored
Merge pull request #476 from kenyon/readme-fix-service-limits-example
README.md: correct service limits example
2 parents ee85084 + 255278c commit fae6230

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,9 @@ To migrate from the above example, use the following:
297297

298298
```puppet
299299
systemd::manage_dropin { 'foo.service-90-limits.conf':
300-
unit => 'foo.service',
301-
filename => '90-limits.conf',
302-
limits => {
300+
unit => 'foo.service',
301+
filename => '90-limits.conf',
302+
service_entry => {
303303
'LimitNOFILE' => 8192,
304304
'LimitNPROC' => 16384,
305305
},

0 commit comments

Comments
 (0)