diff --git a/install.sh b/install.sh index a2cd3c6fc1..cc6403f208 100755 --- a/install.sh +++ b/install.sh @@ -589,8 +589,7 @@ create_openrc_service_file() { #!/sbin/openrc-run depend() { - after net-online - need net + after network-online } start_pre() {