summaryrefslogtreecommitdiff
path: root/community/erlang/epmd.service
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-27 01:57:50 -0700
committerroot <root@rshg054.dnsready.net>2013-08-27 01:57:50 -0700
commit5ea071a53492ec9512f8d08a8b8ff8e08499209d (patch)
treec6d2f5880dfa0fd1c5e0ea7e4cd9441389ae94f5 /community/erlang/epmd.service
parent1d0d7aa1e250616385bce94b4d23f53b3d7b29e2 (diff)
Tue Aug 27 01:56:38 PDT 2013
Diffstat (limited to 'community/erlang/epmd.service')
-rw-r--r--community/erlang/epmd.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/erlang/epmd.service b/community/erlang/epmd.service
new file mode 100644
index 000000000..643eff3b2
--- /dev/null
+++ b/community/erlang/epmd.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Erlang Port Mapper Daemon
+
+[Service]
+EnvironmentFile=/etc/conf.d/epmd
+ExecStart=/usr/bin/epmd -daemon $EPMD_OPTS
+ExecStop=/usr/bin/epmd -kill
+Type=forking
+
+[Install]
+WantedBy=multi-user.target