2013-06-06 20:23:04 +02:00
|
|
|
# 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)
|
2014-01-11 11:04:05 +01:00
|
|
|
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
|
2013-06-06 20:23:04 +02:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=/usr/sbin/murmurd -fg -ini /etc/mumble-server.ini
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|