Bugfix: construct redirect URLs using net/url
[debiancodesearch.git] / dcs-web.service
blob43091f0bf6119e11670260fe50094c39a0de6786
1 .include /lib/systemd/system/dcs-common.service
3 [Unit]
4 Description=Debian Code Search: web frontend
6 [Service]
7 ExecStart=/usr/bin/dcs-web \
8   -template_pattern=/usr/share/dcs/templates/* \
9   -index_backends=localhost:29080,localhost:29081,localhost:29082,localhost:29083,localhost:29084,localhost:29085 \
10   -tls_cert_path=/usr/share/dcs/prod-cert.pem \
11   -tls_key_path=/usr/share/dcs/prod-key.pem
13 [Install]
14 WantedBy=multi-user.target