Browse Source

doc: jitsi-videobridge -> jitsi-videobridge2

Update commands provided to reload and check the status of videobridge.
master
Asura Enkhbayar 5 years ago
parent
commit
e1a4478a06
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      doc/quick-install.md

+ 2
- 2
doc/quick-install.md View File

@@ -133,8 +133,8 @@ When this happens, just run the uninstall command a second time and it should be
133 133
 The reason for the failure is that sometimes the uninstall script is faster than the process that stops the daemons. The second run of the uninstall command fixes this, as by then the jigasi or jitsi-videobridge daemons are already stopped.
134 134
 
135 135
 #### Systemd details
136
-To reload the systemd changes on a running system execute `systemctl daemon-reload` and `service jitsi-videobridge restart`.
137
-To check the tasks part execute `service jitsi-videobridge status` and you should see `Tasks: XX (limit: 65000)`.
136
+To reload the systemd changes on a running system execute `systemctl daemon-reload` and `service jitsi-videobridge2 restart`.
137
+To check the tasks part execute `service jitsi-videobridge2 status` and you should see `Tasks: XX (limit: 65000)`.
138 138
 To check the files and process part execute ```cat /proc/`cat /var/run/jitsi-videobridge/jitsi-videobridge.pid`/limits``` and you should see:
139 139
 ```
140 140
 Max processes             65000                65000                processes

Loading…
Cancel
Save