mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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:
committed by
Conrad Kostecki
parent
dc769160e0
commit
eb50beb3f0
@@ -1,2 +0,0 @@
|
||||
#arguments for run erlang
|
||||
command_args="-address 127.0.0.1"
|
||||
@@ -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 $?
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
[Unit]
|
||||
Description=Erlang Portmapper Daemon
|
||||
Wants=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/epmd
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user