upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / erlang-nox / trunk / epmd.service
blob643eff3b25186bd8782d2da50d0d65b09c7428a1
1 [Unit]
2 Description=Erlang Port Mapper Daemon
4 [Service]
5 EnvironmentFile=/etc/conf.d/epmd
6 ExecStart=/usr/bin/epmd -daemon $EPMD_OPTS
7 ExecStop=/usr/bin/epmd -kill
8 Type=forking
10 [Install]
11 WantedBy=multi-user.target