mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-24 15:15:22 +00:00
correction of supervisorctl output
This commit is contained in:
parent
c80e142522
commit
5bad045835
1 changed files with 3 additions and 4 deletions
|
@ -193,10 +193,9 @@ sudo systemctl restart nginx && systemctl restart supervisord
|
||||||
And finally, check everything is running:
|
And finally, check everything is running:
|
||||||
```bash
|
```bash
|
||||||
sudo supervisorctl status
|
sudo supervisorctl status
|
||||||
|
gstfsd RUNNING pid 24662, uptime 6:01:40
|
||||||
novncd RUNNING pid 24186, uptime 2:59:14
|
novncd RUNNING pid 24661, uptime 6:01:40
|
||||||
webvirtcloud RUNNING pid 24185, uptime 2:59:14
|
webvirtcloud RUNNING pid 24660, uptime 6:01:40
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Apache mod_wsgi configuration
|
#### Apache mod_wsgi configuration
|
||||||
|
|
Loading…
Reference in a new issue