mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-20 17:27:00 +01:00
Increase file descriptor limit in systemd unit
16,000 file descriptors will only suffice for small setups.
This commit is contained in:
parent
0a3fcc9ade
commit
a5e737157c
@ -6,7 +6,7 @@ After=network.target
|
||||
Type=forking
|
||||
User=ejabberd
|
||||
Group=ejabberd
|
||||
LimitNOFILE=16000
|
||||
LimitNOFILE=65536
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
ExecStart=@ctlscriptpath@/ejabberdctl start
|
||||
|
Loading…
Reference in New Issue
Block a user