dev-lang/erlang: remove unused files

Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/33281
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2023-10-10 20:37:09 +02:00
committed by Conrad Kostecki
parent dc769160e0
commit eb50beb3f0
3 changed files with 0 additions and 34 deletions

View File

@@ -1,2 +0,0 @@
#arguments for run erlang
command_args="-address 127.0.0.1"

View File

@@ -1,23 +0,0 @@
#!/sbin/openrc-run
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the Erlang Public License 1.1
name="Erlang Port Mapper Daemon"
command="/usr/bin/epmd"
command_user="epmd"
command_group="epmd"
command_background=yes
pidfile="/var/run/epmd.pid"
depend() {
need loopback
before sshd
}
stop() {
ebegin "Stopping ${name}"
${command} -kill >/dev/null
eend $?
}

View File

@@ -1,9 +0,0 @@
[Unit]
Description=Erlang Portmapper Daemon
Wants=network.target
[Service]
ExecStart=/usr/bin/epmd
[Install]
WantedBy=multi-user.target