Commit 4d5cca6b authored by Jacob Blain Christen's avatar Jacob Blain Christen

install.sh: fix openrc service depend in heredoc

parent 36ca6060
......@@ -555,8 +555,7 @@ create_openrc_service_file() {
#!/sbin/openrc-run
depend() {
after net-online
need net
after network-online
}
start_pre() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment