mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:35:42 +01:00
alsactl: Fix a typo in systemd alsa-restore.service
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
3e95cb814c
commit
3616b1fe3c
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@ Before=shutdown.target
|
|||
Conflicts=shutdown.target
|
||||
|
||||
[Service]
|
||||
Type=oneshop
|
||||
Type=oneshot
|
||||
ExecStart=-@sbindir@/alsactl restore
|
||||
StandardOutput=syslog
|
||||
|
|
Loading…
Reference in a new issue