mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:55:43 +01:00
12 lines
270 B
SYSTEMD
12 lines
270 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 rdaemon
|
||
|
ExecStop=-@sbindir@/alsactl -s rkill save_and_quit
|