Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Zac Medico <zmedico@gentoo.org>
#!/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=""
command_args="-daemon -relaxed_command_check -address 127.0.0.1"
depend() {
- need loopback
+ need net.lo
before sshd
}
#!/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
}