05a30ac13f
Fix issue with service failing to start OBS-URL: https://build.opensuse.org/request/show/213553 OBS-URL: https://build.opensuse.org/package/show/games:tools/mumble?expand=0&rev=42
21 lines
508 B
Desktop File
21 lines
508 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]
|
|
ExecStart=/usr/sbin/murmurd -fg -ini /etc/mumble-server.ini
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|