erlang/epmd.service
Peter Lemenkov f7eb6dd95b Update to the R16B03-1
- Update to the R16B03-1
- Initial systemd support in EPMD (w.i.p.)

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
2014-03-27 18:43:47 +04:00

19 lines
294 B
Desktop File

[Unit]
Description=Erlang Port Mapper Daemon
After=network.target
Requires=epmd.socket
[Service]
ExecStart=/usr/bin/epmd -systemd
ExecStop=/usr/bin/epmd -kill
Type=simple
StandardOutput=journal
StandardError=journal
User=epmd
Group=epmd
[Install]
Also=epmd.socket
WantedBy=multi-user.target