mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #304 from mwhudson/patch-1
systemd: fix typo in TasksMax comment
This commit is contained in:
commit
3aae566d6e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ LimitNOFILE=infinity
|
||||||
LimitNPROC=infinity
|
LimitNPROC=infinity
|
||||||
LimitCORE=infinity
|
LimitCORE=infinity
|
||||||
|
|
||||||
# Comment TasksMax if your systemd version does not supports it.
|
# Comment TasksMax if your systemd version does not support it.
|
||||||
# Only systemd 226 and above support this option.
|
# Only systemd 226 and above support this option.
|
||||||
TasksMax=infinity
|
TasksMax=infinity
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue