From 5836e3befa490d7e8e3dedb372491fbc7f8d5af2 Mon Sep 17 00:00:00 2001 From: catborise Date: Tue, 15 Aug 2023 16:58:22 +0300 Subject: [PATCH] Updated CentOS 7 installation (markdown) --- CentOS-7-installation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CentOS-7-installation.md b/CentOS-7-installation.md index 1931873..fca0f03 100644 --- a/CentOS-7-installation.md +++ b/CentOS-7-installation.md @@ -30,10 +30,10 @@ [program:webvirtcloud] command=/srv/webvirtcloud/venv/bin/gunicorn webvirtcloud.wsgi:application -c /srv/webvirtcloud/gunicorn.conf.py directory=/srv/webvirtcloud - user=nginx`
- autostart=true`
- autorestart=true`
- redirect_stderr=true`
+ user=nginx + autostart=true + autorestart=true + redirect_stderr=true [program:novncd] command=/srv/webvirtcloud/venv/bin/python /srv/webvirtcloud/console/novncd