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() { ...@@ -555,8 +555,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() {
......
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