forked from pool/alsa-utils
Takashi Iwai
7b30f292e9
- Replace the previous fix with the upstream patch OBS-URL: https://build.opensuse.org/request/show/164136 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=74
26 lines
718 B
Diff
26 lines
718 B
Diff
From 3616b1fe3ca603832b2f88abeb722cba2f0dde7e Mon Sep 17 00:00:00 2001
|
|
From: Takashi Iwai <tiwai@suse.de>
|
|
Date: Mon, 15 Apr 2013 11:20:41 +0200
|
|
Subject: [PATCH] alsactl: Fix a typo in systemd alsa-restore.service
|
|
|
|
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
|
---
|
|
alsactl/alsa-restore.service.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/alsactl/alsa-restore.service.in b/alsactl/alsa-restore.service.in
|
|
index ab3c30d..245a439 100644
|
|
--- a/alsactl/alsa-restore.service.in
|
|
+++ b/alsactl/alsa-restore.service.in
|
|
@@ -12,6 +12,6 @@ Before=shutdown.target
|
|
Conflicts=shutdown.target
|
|
|
|
[Service]
|
|
-Type=oneshop
|
|
+Type=oneshot
|
|
ExecStart=-@sbindir@/alsactl restore
|
|
StandardOutput=syslog
|
|
--
|
|
1.8.2.1
|
|
|