Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Ignore return code of alsa-init (b/69693153)
Browse files Browse the repository at this point in the history
- alsa-init service fails to start without a sound card: update the
ExecStart line of the service to ignore the return code.

Change-Id: Iba92e6996b6c2e093580b4e111c9cdc813648801
  • Loading branch information
atvrager committed Jan 12, 2018
1 parent 06d02c0 commit 4f4d572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemd/alsa-init.service
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ After=local-fs.target sysinit.target

[Service]
Type=oneshot
ExecStart=/usr/bin/aplay -q -d 1 -c 1 -t raw -f S32_LE /dev/zero
ExecStart=-/usr/bin/aplay -q -d 1 -c 1 -t raw -f S32_LE /dev/zero

[Install]
WantedBy=basic.target

0 comments on commit 4f4d572

Please sign in to comment.