Browse Source
Merge pull request #388 from 9seconds/doc-limits
Document a necessety of increasing limits for systemd unit
tags/v2.2.3^2^2
Sergei Arkhipov
1 month ago
No account linked to committer's email address
1 changed files with
1 additions and
0 deletions
-
README.md
|
|
@@ -380,6 +380,7 @@ ExecStart=/usr/local/bin/mtg run /etc/mtg.toml
|
|
380
|
380
|
Restart=always
|
|
381
|
381
|
RestartSec=3
|
|
382
|
382
|
DynamicUser=true
|
|
|
383
|
+LimitNOFILE=65536
|
|
383
|
384
|
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
|
384
|
385
|
|
|
385
|
386
|
[Install]
|