File epmd.service of Package erlang-otp18
26
1
[Unit]
2
Description=Erlang Port Mapper Daemon
3
After=network.target
4
Requires=epmd.socket
5
6
[Service]
7
ExecStart=/usr/bin/epmd -systemd
8
#ExecStop=/usr/bin/epmd -kill
9
Type=notify
10
StandardOutput=journal
11
StandardError=journal
12
DeviceAllow=/dev/null rw
13
PrivateTmp=true
14
#CapabilityBoundingSet=
15
NoNewPrivileges=true
16
Restart=always
17
LimitNPROC=1
18
LimitFSIZE=0
19
User=epmd
20
Group=epmd
21
22
[Install]
23
Also=epmd.socket
24
WantedBy=multi-user.target
25
26