summarylogtreecommitdiffstats
path: root/epmd.service
diff options
context:
space:
mode:
Diffstat (limited to 'epmd.service')
-rw-r--r--epmd.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/epmd.service b/epmd.service
new file mode 100644
index 000000000000..643eff3b2518
--- /dev/null
+++ b/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