summaryrefslogtreecommitdiff
path: root/examples/autopkgtest-ppas.service
blob: 55791945fe79fa59df7cfece191d5e29bc1a79cc (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=A web interface to access PPA autopkgtest runs
After=network.target

[Service]
WorkingDirectory=/srv/autopkgtest-ppas
ExecStart=/usr/bin/gunicorn -w 4 wsgi:app --bind [::]:80
Restart=always

[Install]
WantedBy=multi-user.target