summarylogtreecommitdiffstats
path: root/powa-web.service
blob: a94a4e6b498acfa819a5ebc5cd3d8ab52a44fda9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Postgresql Workload Analyser WebInterface

[Service]
#Environment=PYTHONPATH=/usr/lib/webvirtmgr/lib
User=postgres
Group=postgres
ExecStart=/usr/bin/python /usr/bin/powa-web
Type=simple

[Install]
WantedBy=multi-user.target