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

This commit is contained in:
Lennart Poettering 2012-01-06 23:24:56 +01:00
parent cc38084eb4
commit b7eb2338c3
2 changed files with 0 additions and 2 deletions

View File

@ -8,4 +8,3 @@ Conflicts=shutdown.target
[Service] [Service]
Type=oneshot Type=oneshot
ExecStart=-/sbin/alsactl -E ALSA_CONFIG_PATH=/etc/alsa/alsactl.conf --initfile=/lib/alsa/init/00main restore ExecStart=-/sbin/alsactl -E ALSA_CONFIG_PATH=/etc/alsa/alsactl.conf --initfile=/lib/alsa/init/00main restore
StandardOutput=syslog

View File

@ -6,4 +6,3 @@ Before=shutdown.target
[Service] [Service]
Type=oneshot Type=oneshot
ExecStart=/sbin/alsactl -E ALSA_CONFIG_PATH=/etc/alsa/alsactl.conf store ExecStart=/sbin/alsactl -E ALSA_CONFIG_PATH=/etc/alsa/alsactl.conf store
StandardOutput=syslog