Skip to content

Commit

Permalink
fix sndcard detect on boot
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Jan 23, 2025
1 parent 0bbf3dd commit 81badb0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Sound card autoconfiguration service
After=sound.target
Wants=sound.target
Requires=systemd-modules-load.service
After=systemd-modules-load.service

[Service]
Type=oneshot
Expand All @@ -12,4 +12,4 @@ Restart=on-failure
RestartSec=10

[Install]
WantedBy=default.target
WantedBy=sound.target

0 comments on commit 81badb0

Please sign in to comment.