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

[Service]
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-console
Type=simple

[Install]
WantedBy=multi-user.target