systemd_standardoutput.patch (1066B)
1 Author: Jordi Mallach <jordi@debian.org> 2 Description: Do not force a StandardOutput definition. 3 /lib/systemd/system/alsa-restore.service and 4 /lib/systemd/system/alsa-store.service both specify 5 StandardOutput=syslog. This overrides the DefaultStandardOutput setting 6 from /etc/systemd/system.conf, which the sysadmin can use to determine 7 how output gets logged. In particular, the sysadmin may want output to 8 go to the journal, or to syslog, or nowhere at all. This patch removes 9 the definition entirely, so the units can use the system default. 10 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741123 11 Forwarded: no 12 13 Index: alsa-utils-1.1.3/alsactl/alsa-restore.service.in 14 =================================================================== 15 --- alsa-utils-1.1.3.orig/alsactl/alsa-restore.service.in 16 +++ alsa-utils-1.1.3/alsactl/alsa-restore.service.in 17 @@ -14,4 +14,3 @@ Type=oneshot 18 RemainAfterExit=true 19 ExecStart=-@sbindir@/alsactl -E HOME=@alsactlhome@ restore 20 ExecStop=-@sbindir@/alsactl -E HOME=@alsactlhome@ store 21 -StandardOutput=syslog