mumble/mumble-server.service
Dirk Stoecker 69de16f7fa Accepting request 843706 from home:darix:playground
- update apparmor profiles to get warning free again on 15.2
  - use abstractions for ssl files
  - allow inet dgram sockets as mumble can also work via udp
  - allow netlink socket (probably for dbus)
  - properly allow lsb_release again
  - add support for optional local include
- start murmurd directly as user mumble-server it gets rid of the
  dac_override/setgid/setuid/chown permissions

OBS-URL: https://build.opensuse.org/request/show/843706
OBS-URL: https://build.opensuse.org/package/show/games:tools/mumble?expand=0&rev=126
2020-10-24 11:33:25 +00:00

23 lines
547 B
Desktop File

# This file is part of package mumble-server.
#
# Copyright (c) 2013 Pascal Bleser <pascal.bleser@opensuse.org>
# Author: Pascal Bleser
#
# Description:
#
# Used to start the Mumble server (murmurd)
#
[Unit]
Description=Mumble Server (murmur)
Requires=var-run.mount network.target remote-fs.target time-sync.target
After=var-run.mount network.target remote-fs.target time-sync.target mysql.target
[Service]
User=mumble-server
Group=mumble-server
ExecStart=/usr/sbin/murmurd -fg -ini /etc/mumble-server.ini
[Install]
WantedBy=multi-user.target