mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:15:43 +01:00
611249ae26
The state management can run at low priority, add --nice and --sched-idle options to set the scheduler. Signed-off-by: Jaroslav Kysela <perex@perex.cz>
11 lines
279 B
SYSTEMD
11 lines
279 B
SYSTEMD
[Unit]
|
|
Description=Manage Sound Card State (restore and store)
|
|
DefaultDependencies=no
|
|
After=sysinit.target
|
|
Before=shutdown.target
|
|
Conflicts=shutdown.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=-@sbindir@/alsactl -s -n 19 -c rdaemon
|
|
ExecStop=-@sbindir@/alsactl -s rkill save_and_quit
|