fix alsa-state.service
This commit is contained in:
parent
e13331c40c
commit
3e6957a58d
@ -14,4 +14,4 @@ Conflicts=shutdown.target
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=-/usr/sbin/alsactl -s -n 19 -c -E ALSA_CONFIG_PATH=/etc/alsa/alsactl.conf --initfile=/lib/alsa/init/00main rdaemon
|
||||
ExecStop=-/usr/sbin/alsactl -s rkill save_and_quit
|
||||
ExecStop=-/usr/sbin/alsactl -s kill save_and_quit
|
||||
|
@ -4,7 +4,7 @@
|
||||
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
||||
Name: alsa-utils
|
||||
Version: %{baseversion}%{?fixversion}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/Multimedia
|
||||
URL: http://www.alsa-project.org/
|
||||
@ -114,6 +114,9 @@ if [ -s /etc/asound.state -a ! -s /var/lib/alsa/asound.state ] ; then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Fri Jul 19 2013 Jaroslav Kysela <jkysela@redhat.com> - 1.0.27.2-2
|
||||
- Fix alsa-state.service (rkill -> kill) - rhbz#986141
|
||||
|
||||
* Wed Jul 10 2013 Jaroslav Kysela <jkysela@redhat.com> - 1.0.27.2-1
|
||||
- Updated to 1.0.27.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user