[alsa-utils] systemd: it isn't necessary to specify StandardOutput=syslog anymore, as that is the default

Lennart Poettering lennart at fedoraproject.org
Fri Jan 6 22:42:03 UTC 2012


commit b7eb2338c37b122a058cbdf41e51ac4f490f9797
Author: Lennart Poettering <lennart at poettering.net>
Date:   Fri Jan 6 23:24:56 2012 +0100

    systemd: it isn't necessary to specify StandardOutput=syslog anymore, as that is the default

 alsa-restore.service |    1 -
 alsa-store.service   |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/alsa-restore.service b/alsa-restore.service
index 2cffc7c..04581b0 100644
--- a/alsa-restore.service
+++ b/alsa-restore.service
@@ -8,4 +8,3 @@ Conflicts=shutdown.target
 [Service]
 Type=oneshot
 ExecStart=-/sbin/alsactl -E ALSA_CONFIG_PATH=/etc/alsa/alsactl.conf --initfile=/lib/alsa/init/00main restore
-StandardOutput=syslog
diff --git a/alsa-store.service b/alsa-store.service
index 5995e06..c97a9dc 100644
--- a/alsa-store.service
+++ b/alsa-store.service
@@ -6,4 +6,3 @@ Before=shutdown.target
 [Service]
 Type=oneshot
 ExecStart=/sbin/alsactl -E ALSA_CONFIG_PATH=/etc/alsa/alsactl.conf store
-StandardOutput=syslog


More information about the scm-commits mailing list