mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Implement Libvirt Serial Console as Console on WebVirtCloud
This commit is contained in:
parent
f6915ac51f
commit
65dce10ce1
10 changed files with 398 additions and 2 deletions
|
|
@ -12,4 +12,12 @@ directory=/srv/webvirtcloud
|
|||
user=www-data
|
||||
autostart=true
|
||||
autorestart=true
|
||||
redirect_stderr=true
|
||||
redirect_stderr=true
|
||||
|
||||
[program:socketiod]
|
||||
command=/srv/webvirtcloud/venv/bin/python3 /srv/webvirtcloud/console/socketiod -d
|
||||
directory=/srv/webvirtcloud
|
||||
user=www-data
|
||||
autostart=true
|
||||
autorestart=true
|
||||
redirect_stderr=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue