mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Merge pull request #815 from dweomer/install/openrc
install.sh: fix openrc service depend in heredoc
This commit is contained in:
commit
76d685ae5d
@ -589,8 +589,7 @@ create_openrc_service_file() {
|
||||
#!/sbin/openrc-run
|
||||
|
||||
depend() {
|
||||
after net-online
|
||||
need net
|
||||
after network-online
|
||||
}
|
||||
|
||||
start_pre() {
|
||||
|
Loading…
Reference in New Issue
Block a user