Unverified Commit 76d685ae authored by Erik Wilson's avatar Erik Wilson Committed by GitHub

Merge pull request #815 from dweomer/install/openrc

install.sh: fix openrc service depend in heredoc
parents ad7b2e0a 4d5cca6b
...@@ -589,8 +589,7 @@ create_openrc_service_file() { ...@@ -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() {
......
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