From 05a30ac13f5078444d433be4413406438657e1a9a11a1436968eee3167adf0a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 11 Jan 2014 10:04:05 +0000 Subject: [PATCH] Accepting request 213553 from home:adler187:branches:games:tools 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 --- mumble-server.service | 4 ++-- mumble.changes | 6 ++++++ mumble.spec | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/mumble-server.service b/mumble-server.service index e4097a2..e188792 100644 --- a/mumble-server.service +++ b/mumble-server.service @@ -10,8 +10,8 @@ [Unit] Description=Mumble Server (murmur) -Requires=var-run.mount network.target remote-fs.target syslog.target time-sync.target -After=var-run.mount network.target remote-fs.target syslog.target time-sync.target mysql.target +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 diff --git a/mumble.changes b/mumble.changes index 4d821d8..1064663 100644 --- a/mumble.changes +++ b/mumble.changes @@ -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 diff --git a/mumble.spec b/mumble.spec index a2221ea..ddf014b 100644 --- a/mumble.spec +++ b/mumble.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed