summarylogtreecommitdiffstats
path: root/webvirtmgr-novnc.service
blob: 64c9e90b66595cbd082f77435a934ede3d96d5cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=WebVirtMgr NoVNC proxy

[Service]
Environment=WEBVIRTMGR_DAEMON=/usr/lib/webvirtmgr/console/webvirtmgr-novnc
Environment=WEBVIRTMGR_LOCK_DIR=/var/lock/webvirtmgr
Environment=WEBVIRTMGR_USER=webvirtmgr
Environment=WEBVIRTMGR_GROUP=webvirtmgr
User=webvirtmgr
Group=webvirtmgr
ExecStart=/usr/bin/python2 /usr/lib/webvirtmgr/console/webvirtmgr-novnc
Type=simple

[Install]
WantedBy=multi-user.target