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

[Service]
Environment=WEBVIRTMGR_DAEMON=/usr/lib/webvirtmgr
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/manage.py run_gunicorn -c /usr/lib/webvirtmgr/conf/gunicorn.conf.py
Type=simple

[Install]
WantedBy=multi-user.target