2014-03-27 14:43:47 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Erlang Port Mapper Daemon
|
|
|
|
After=network.target
|
|
|
|
Requires=epmd.socket
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=/usr/bin/epmd -systemd
|
2014-04-03 10:24:06 +00:00
|
|
|
#ExecStop=/usr/bin/epmd -kill
|
2014-06-06 12:31:36 +00:00
|
|
|
Type=notify
|
2014-03-27 14:43:47 +00:00
|
|
|
StandardOutput=journal
|
|
|
|
StandardError=journal
|
2014-04-03 10:24:06 +00:00
|
|
|
DeviceAllow=/dev/null rw
|
|
|
|
PrivateTmp=true
|
|
|
|
#CapabilityBoundingSet=
|
|
|
|
NoNewPrivileges=true
|
|
|
|
Restart=always
|
|
|
|
LimitNPROC=1
|
|
|
|
LimitFSIZE=0
|
2014-03-27 14:43:47 +00:00
|
|
|
User=epmd
|
|
|
|
Group=epmd
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
Also=epmd.socket
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
|