aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kubernetes/kube-apiserver.initd
blob: 320ec3407d8c3e84745bf31370623fa65fab6946 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/sbin/openrc-run
# Copyright 2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

supervisor=supervise-daemon
description="Kubernetes API Server"
command="/usr/bin/kube-apiserver"
command_args="${command_args}"
: ${output_log:=/var/log/$RC_SVCNAME/$RC_SVCNAME.log}
: ${error_log:=/var/log/$RC_SVCNAME/$RC_SVCNAME.log}


depend() {
	after net
}