summaryrefslogtreecommitdiffstats
path: root/vespabase/src/vespa-configserver.service.in
blob: b5bf28c1d73809ad5d9ce69a78b7c7fa0e5e61fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
[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