You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/murmur/files/murmurd-dbus.service

15 lines
297 B

[Unit]
Description=Murmurd - VoIP Server (for Mumble)
After=network.target mysql.service
[Service]
User=murmur
Group=murmur
Type=dbus
BusName=net.sourceforge.mumble.murmur
PIDFile=/run/murmur/murmur.pid
ExecStart=/usr/bin/murmurd -ini /etc/murmur/murmur.ini
[Install]
WantedBy=multi-user.target