dev-lang/erlang: make epmd.init need net.lo for >=openrc-0.41.2

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
Zac Medico
2019-07-17 15:00:38 -07:00
parent b1943d6833
commit 4a9591ec98
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
#!/sbin/openrc-run
# Copyright 2010-2018 Gentoo Authors
# Copyright 2010-2019 Gentoo Authors
# Distributed under the terms of the Apache License, Version 2.0
ZT_ADDRESS=""
@@ -7,7 +7,7 @@ pidfile="/var/run/epmd.pid"
command_args="-daemon -relaxed_command_check -address 127.0.0.1"
depend() {
need loopback
need net.lo
before sshd
}

View File

@@ -1,11 +1,11 @@
#!/sbin/openrc-run
# Copyright 1999-2019 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the Erlang Public License 1.1
pidfile="/var/run/epmd.pid"
depend() {
need loopback
need net.lo
before sshd
}