summaryrefslogtreecommitdiff
path: root/etc/zuul-web.service
blob: 20594e30f7bc27243f285431305b0bcefcab0a7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Zuul Web Service
After=syslog.target network.target

[Service]
Type=forking
Group=zuul
User=zuul
RuntimeDirectory=zuul
ExecStart=/usr/local/bin/zuul-web
ExecStop=/usr/local/bin/zuul-web stop
PIDFile=/var/run/zuul/web.pid

[Install]
WantedBy=multi-user.target