Merge pull request #815 from dweomer/install/openrc

install.sh: fix openrc service depend in heredoc
This commit is contained in:
Erik Wilson 2019-09-18 15:59:34 -07:00 committed by GitHub
commit 76d685ae5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -589,8 +589,7 @@ create_openrc_service_file() {
#!/sbin/openrc-run
depend() {
after net-online
need net
after network-online
}
start_pre() {