summaryrefslogtreecommitdiffstats
path: root/vespabase/src/vespa-configserver.service.in
blob: 8941be4f216dd84903d74d9381e57c8e8bcadadc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Vertical Search Platform Config Server

[Service]
Type=forking
PIDFile=@CMAKE_INSTALL_PREFIX@/var/run/configserver.pid
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/vespa-start-configserver
ExecStop=@CMAKE_INSTALL_PREFIX@/bin/vespa-stop-configserver

[Install]
WantedBy=multi-user.target