mirror of https://github.com/k3s-io/k3s
Merge pull request #815 from dweomer/install/openrc
install.sh: fix openrc service depend in heredocpull/822/head
commit
76d685ae5d
|
@ -589,8 +589,7 @@ create_openrc_service_file() {
|
||||||
#!/sbin/openrc-run
|
#!/sbin/openrc-run
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
after net-online
|
after network-online
|
||||||
need net
|
|
||||||
}
|
}
|
||||||
|
|
||||||
start_pre() {
|
start_pre() {
|
||||||
|
|
Loading…
Reference in New Issue