Updates jvb pid file path.

pull/5147/head jitsi-meet_4270
Дамян Минков 5 years ago
parent 0289a93e5a
commit b73d98f863
  1. 2
      doc/quick-install.md

@ -124,7 +124,7 @@ The reason for failure is that sometimes, the uninstall script is faster than th
#### Systemd details
To reload the systemd changes on a running system execute `systemctl daemon-reload` and `service jitsi-videobridge restart`.
To check the tasks part execute `service jitsi-videobridge status` and you should see `Tasks: XX (limit: 65000)`.
To check the files and process part execute ```cat /proc/`cat /var/run/jitsi-videobridge.pid`/limits``` and you should see:
To check the files and process part execute ```cat /proc/`cat /var/run/jitsi-videobridge/jitsi-videobridge.pid`/limits``` and you should see:
```
Max processes 65000 65000 processes
Max open files 65000 65000 files

Loading…
Cancel
Save