Skip to content

Commit

Permalink
- systemd nofile limit increased
Browse files Browse the repository at this point in the history
  • Loading branch information
glushchenko committed May 20, 2017
1 parent 7ba4486 commit 2045a0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions 2ip-speed-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ ExecReload=/bin/kill -HUP \$MAINPID
User=nobody
Restart=always
RestartSec=3
LimitNOFILE=8192
[Install]
WantedBy=multi-user.target
Expand Down
1 change: 1 addition & 0 deletions playbooks/templates/2ip-speed.service
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ExecReload=/bin/kill -HUP $MAINPID
User=nobody
Restart=always
RestartSec=3
LimitNOFILE=8192

[Install]
WantedBy=multi-user.target

0 comments on commit 2045a0e

Please sign in to comment.