]> git.pld-linux.org Git - packages/erlang.git/blobdiff - epmd@.service
- up to 17.3; add systemd scripts; enable smp support
[packages/erlang.git] / epmd@.service
diff --git a/epmd@.service b/epmd@.service
new file mode 100644 (file)
index 0000000..822268f
--- /dev/null
@@ -0,0 +1,25 @@
+[Unit]
+Description=Erlang Port Mapper Daemon
+After=network.target
+Requires=epmd@.socket
+
+[Service]
+ExecStart=/usr/bin/epmd -systemd
+#ExecStop=/usr/bin/epmd -kill
+Type=notify
+StandardOutput=journal
+StandardError=journal
+DeviceAllow=/dev/null rw
+PrivateTmp=true
+#CapabilityBoundingSet=
+NoNewPrivileges=true
+Restart=always
+LimitNPROC=1
+LimitFSIZE=0
+User=epmd
+Group=epmd
+
+[Install]
+Also=epmd@.socket
+WantedBy=multi-user.target
+
This page took 0.040556 seconds and 4 git commands to generate.