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