aboutsummaryrefslogtreecommitdiffstats
path: root/testing/k3s/k3s.initd
blob: 41b1a00254baac2c06fad029b569ca5ec1dd9c39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/sbin/openrc-run

name="k3s"
command="/usr/bin/k3s"
command_args="$K3S_OPTS"
command_background="yes"

start_stop_daemon_args="server"
pidfile="/run/k3s.pid"

depend() {
	need net
	after firewall
}