Bugfix: construct redirect URLs using net/url
[debiancodesearch.git] / dcs-index-backend.service
blob5bd2730576767e42e7c618034c4fe2c82683ff1c
1 .include /lib/systemd/system/dcs-common.service
3 [Unit]
4 Description=Debian Code Search: index backend
6 [Service]
7 ExecStart=/usr/bin/dcs-index-backend \
8   -index_path=/dcs-ssd/unpacked/full.idx \
9   -tls_cert_path=/usr/share/dcs/prod-cert.pem \
10   -tls_key_path=/usr/share/dcs/prod-key.pem
12 [Install]
13 WantedBy=multi-user.target