Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 5253b4c

Browse files
authored
Merge pull request #304 from mwhudson/patch-1
systemd: fix typo in TasksMax comment
2 parents 2b4e938 + 360f755 commit 5253b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systemd/docker.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ LimitNOFILE=infinity
3333
LimitNPROC=infinity
3434
LimitCORE=infinity
3535

36-
# Comment TasksMax if your systemd version does not supports it.
36+
# Comment TasksMax if your systemd version does not support it.
3737
# Only systemd 226 and above support this option.
3838
TasksMax=infinity
3939

0 commit comments

Comments
 (0)