- Update to the R16B03-1 - Initial systemd support in EPMD (w.i.p.) Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
19 lines
294 B
Desktop File
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
|
|
|