Accepting request 213574 from games:tools

Fix issue with service failing to start (forwarded request 213553 from adler187)

OBS-URL: https://build.opensuse.org/request/show/213574
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mumble?expand=0&rev=24
This commit is contained in:
Stephan Kulow 2014-01-14 14:08:19 +00:00 committed by Git OBS Bridge
commit d5f14e5a8a
3 changed files with 9 additions and 3 deletions

View File

@ -10,8 +10,8 @@
[Unit] [Unit]
Description=Mumble Server (murmur) Description=Mumble Server (murmur)
Requires=var-run.mount network.target remote-fs.target syslog.target time-sync.target Requires=var-run.mount network.target remote-fs.target time-sync.target
After=var-run.mount network.target remote-fs.target syslog.target time-sync.target mysql.target After=var-run.mount network.target remote-fs.target time-sync.target mysql.target
[Service] [Service]
ExecStart=/usr/sbin/murmurd -fg -ini /etc/mumble-server.ini ExecStart=/usr/sbin/murmurd -fg -ini /etc/mumble-server.ini

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jan 11 04:08:54 UTC 2014 - adler_187@yahoo.com
- remove syslog.target, since it no longer exists in recent
systemd versions (>202) and causes the service to fail to start
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 1 09:23:58 UTC 2013 - lnussel@suse.de Thu Aug 1 09:23:58 UTC 2013 - lnussel@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package mumble # spec file for package mumble
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed