Turn Files into a streaming RPC, reduce maximum message size limit
[debiancodesearch.git] / dcs-package-importer.service
blob444c7b3dc43361410a89d55ead0b47d694de3e9e
1 .include /lib/systemd/system/dcs-common.service
3 [Unit]
4 Description=Debian Code Search: package importer
6 [Service]
7 # Increase the maximum number of file descriptors since we need to open a
8 # couple thousand index files when merging them together into a big shard.
9 LimitNOFILE=8192
10 ExecStart=/usr/bin/dcs-package-importer \
11   -tls_cert_path=/usr/share/dcs/prod-cert.pem \
12   -tls_key_path=/usr/share/dcs/prod-key.pem
14 [Install]
15 WantedBy=multi-user.target