From b7eb2338c37b122a058cbdf41e51ac4f490f9797 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Jan 06 2012 22:38:04 +0000 Subject: systemd: it isn't necessary to specify StandardOutput=syslog anymore, as that is the default --- 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