forked from pool/alsa-utils
Dominique Leuenberger
69a68361b7
- Added service_typo.patch, fixes alsa-restore service not starting OBS-URL: https://build.opensuse.org/request/show/163891 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=72
12 lines
448 B
Diff
12 lines
448 B
Diff
diff -urNB orig.alsa-utils-1.0.27/alsactl/alsa-restore.service.in alsa-utils-1.0.27/alsactl/alsa-restore.service.in
|
|
--- orig.alsa-utils-1.0.27/alsactl/alsa-restore.service.in 2013-04-11 13:43:06.000000000 +0200
|
|
+++ alsa-utils-1.0.27/alsactl/alsa-restore.service.in 2013-04-13 17:37:45.268316370 +0200
|
|
@@ -12,6 +12,6 @@
|
|
Conflicts=shutdown.target
|
|
|
|
[Service]
|
|
-Type=oneshop
|
|
+Type=oneshot
|
|
ExecStart=-@sbindir@/alsactl restore
|
|
StandardOutput=syslog
|