mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
11 lines
212 B
Desktop File
11 lines
212 B
Desktop File
[Unit]
|
|
Description=Erlang Port Mapper Daemon
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/conf.d/epmd
|
|
ExecStart=/usr/bin/epmd -daemon $EPMD_OPTS
|
|
ExecStop=/usr/bin/epmd -kill
|
|
Type=forking
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|