1 .include /lib/systemd/system/dcs-common.service
4 Description=Debian Code Search: web frontend
5 After=postgresql.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
13 WantedBy=multi-user.target