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
This commit is contained in:
parent
9cbdb110bc
commit
05a30ac13f
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user