This repository has been archived on 2025-06-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Os/root-fs/etc/systemd/system/setup_sound.service
2018-04-07 23:26:16 +02:00

10 lines
220 B
Desktop File

[Unit]
Description=Setup sound
After=systemd-user-sessions.service
[Service]
ExecStartPre=/usr/sbin/alsactl --file /var/asound.state restore
ExecStart=/usr/bin/amixer set PCM 100%
[Install]
WantedBy=multi-user.target