mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +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
|
Type=forking
|
||||||
User=ejabberd
|
User=ejabberd
|
||||||
Group=ejabberd
|
Group=ejabberd
|
||||||
LimitNOFILE=16000
|
LimitNOFILE=65536
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=5
|
RestartSec=5
|
||||||
ExecStart=@ctlscriptpath@/ejabberdctl start
|
ExecStart=@ctlscriptpath@/ejabberdctl start
|
||||||
|
Loading…
Reference in New Issue
Block a user