export amount of active queries
[debiancodesearch.git] / dcs-web.service
blob18deaaeb46ce351c047ea84f28eb9e19548034ec
1 .include /lib/systemd/system/dcs-common.service
3 [Unit]
4 Description=Debian Code Search: web frontend
5 After=postgresql.service
7 [Service]
8 ExecStart=/usr/bin/dcs-web \
9         -template_pattern=/usr/share/dcs/templates/* \
10         -index_backends=localhost:29080,localhost:29081,localhost:29082,localhost:29083,localhost:29084,localhost:29085
12 [Install]
13 WantedBy=multi-user.target