summarylogtreecommitdiffstats
path: root/webvirtmgr-novnc.service
diff options
context:
space:
mode:
Diffstat (limited to 'webvirtmgr-novnc.service')
-rw-r--r--webvirtmgr-novnc.service5
1 files changed, 3 insertions, 2 deletions
diff --git a/webvirtmgr-novnc.service b/webvirtmgr-novnc.service
index 64c9e90b6659..7b242cf7d673 100644
--- a/webvirtmgr-novnc.service
+++ b/webvirtmgr-novnc.service
@@ -2,13 +2,14 @@
Description=WebVirtMgr NoVNC proxy
[Service]
-Environment=WEBVIRTMGR_DAEMON=/usr/lib/webvirtmgr/console/webvirtmgr-novnc
+Environment=WEBVIRTMGR_DAEMON=/usr/lib/webvirtmgr/console/webvirtmgr-console
Environment=WEBVIRTMGR_LOCK_DIR=/var/lock/webvirtmgr
Environment=WEBVIRTMGR_USER=webvirtmgr
Environment=WEBVIRTMGR_GROUP=webvirtmgr
+Environment=PYTHONPATH=/usr/lib/webvirtmgr/lib
User=webvirtmgr
Group=webvirtmgr
-ExecStart=/usr/bin/python2 /usr/lib/webvirtmgr/console/webvirtmgr-novnc
+ExecStart=/usr/bin/python2 /usr/lib/webvirtmgr/console/webvirtmgr-console
Type=simple
[Install]