Takashi Iwai
10015c812d
- Add systemd service to load OSS and sequencer modules (bsc#1136562) OBS-URL: https://build.opensuse.org/request/show/706125 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=157
9 lines
199 B
Desktop File
9 lines
199 B
Desktop File
[Unit]
|
|
Description=Load extra kernel modules for sound stuff
|
|
After=alsasound.service
|
|
ConditionPathExists=/proc/asound
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/lib/systemd/scripts/load-sound-modules.sh
|