update systemd to follow upstream
This commit is contained in:
parent
9a6eb8c7fd
commit
be787e1607
@ -4,14 +4,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Restore Sound Card State
|
Description=Save/Restore Sound Card State
|
||||||
ConditionPathExists=!/etc/alsa/state-daemon.conf
|
ConditionPathExists=!/etc/alsa/state-daemon.conf
|
||||||
DefaultDependencies=no
|
|
||||||
After=alsa-state.service
|
After=alsa-state.service
|
||||||
Before=shutdown.target
|
|
||||||
Conflicts=shutdown.target
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
RemainAfterExit=true
|
||||||
ExecStart=-/sbin/alsactl -E ALSA_CONFIG_PATH=/etc/alsa/alsactl.conf --initfile=/lib/alsa/init/00main restore
|
ExecStart=-/sbin/alsactl -E ALSA_CONFIG_PATH=/etc/alsa/alsactl.conf --initfile=/lib/alsa/init/00main restore
|
||||||
|
ExecStop=/sbin/alsactl -E ALSA_CONFIG_PATH=/etc/alsa/alsactl.conf store
|
||||||
StandardOutput=syslog
|
StandardOutput=syslog
|
||||||
|
@ -6,10 +6,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Manage Sound Card State (restore and store)
|
Description=Manage Sound Card State (restore and store)
|
||||||
ConditionPathExists=/etc/alsa/state-daemon.conf
|
ConditionPathExists=/etc/alsa/state-daemon.conf
|
||||||
DefaultDependencies=no
|
|
||||||
After=sysinit.target
|
After=sysinit.target
|
||||||
Before=shutdown.target
|
|
||||||
Conflicts=shutdown.target
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
#
|
|
||||||
# Note that two different ALSA card state management schemes exist and they
|
|
||||||
# can be switched using a file exist check - /etc/alsa/state-daemon.conf .
|
|
||||||
#
|
|
||||||
|
|
||||||
[Unit]
|
|
||||||
Description=Store Sound Card State
|
|
||||||
ConditionPathExists=!/etc/alsa/state-daemon.conf
|
|
||||||
DefaultDependencies=no
|
|
||||||
Before=shutdown.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=oneshot
|
|
||||||
ExecStart=/sbin/alsactl -E ALSA_CONFIG_PATH=/etc/alsa/alsactl.conf store
|
|
||||||
StandardOutput=syslog
|
|
@ -15,7 +15,6 @@ Source5: alsaunmute.1
|
|||||||
Source10: alsa.rules
|
Source10: alsa.rules
|
||||||
Source11: alsactl.conf
|
Source11: alsactl.conf
|
||||||
Source20: alsa-restore.service
|
Source20: alsa-restore.service
|
||||||
Source21: alsa-store.service
|
|
||||||
Source22: alsa-state.service
|
Source22: alsa-state.service
|
||||||
|
|
||||||
BuildRequires: alsa-lib-devel >= %{baseversion}
|
BuildRequires: alsa-lib-devel >= %{baseversion}
|
||||||
@ -62,7 +61,6 @@ mkdir -p %{buildroot}/%{_prefix}/lib/udev/rules.d
|
|||||||
install -p -m 644 %{SOURCE10} %{buildroot}/%{_prefix}/lib/udev/rules.d/90-alsa-restore.rules
|
install -p -m 644 %{SOURCE10} %{buildroot}/%{_prefix}/lib/udev/rules.d/90-alsa-restore.rules
|
||||||
mkdir -p %{buildroot}/%{_unitdir}
|
mkdir -p %{buildroot}/%{_unitdir}
|
||||||
install -p -m 644 %{SOURCE20} %{buildroot}/%{_unitdir}/alsa-restore.service
|
install -p -m 644 %{SOURCE20} %{buildroot}/%{_unitdir}/alsa-restore.service
|
||||||
install -p -m 644 %{SOURCE21} %{buildroot}/%{_unitdir}/alsa-store.service
|
|
||||||
install -p -m 644 %{SOURCE22} %{buildroot}/%{_unitdir}/alsa-state.service
|
install -p -m 644 %{SOURCE22} %{buildroot}/%{_unitdir}/alsa-state.service
|
||||||
|
|
||||||
# Install support utilities
|
# Install support utilities
|
||||||
@ -161,6 +159,7 @@ fi
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 27 2015 Jaroslav Kysela <perex@perex.cz> - 1.1.0-1
|
* Tue Oct 27 2015 Jaroslav Kysela <perex@perex.cz> - 1.1.0-1
|
||||||
- Updated to 1.1.0
|
- Updated to 1.1.0
|
||||||
|
- update systemd unit configuration files
|
||||||
- create alsa-utils-bat package
|
- create alsa-utils-bat package
|
||||||
|
|
||||||
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.29-2
|
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.29-2
|
||||||
|
Loading…
Reference in New Issue
Block a user