units: drop unnecessary 'StandardOutput=syslog'

DefaultStandardOutput is syslog anyway. There's no reason to assume that
the administrator would want these units to be excluded when he configures
a different DefaultStandardOutput.
This commit is contained in:
Michal Schmidt 2011-11-09 08:42:03 +01:00
parent 75c982a79f
commit c99e42c1db
6 changed files with 0 additions and 6 deletions

View file

@ -16,5 +16,4 @@ ConditionPathExists=/sbin/quotacheck
Type=oneshot
RemainAfterExit=yes
ExecStart=@rootlibexecdir@/systemd-quotacheck
StandardOutput=syslog
TimeoutSec=0

View file

@ -16,4 +16,3 @@ ConditionPathExists=/sbin/quotaon
Type=oneshot
RemainAfterExit=yes
ExecStart=/sbin/quotaon -aug
StandardOutput=syslog

View file

@ -17,4 +17,3 @@ Wants=local-fs-pre.target
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/mount / -o remount
StandardOutput=syslog

View file

@ -15,7 +15,6 @@ ExecStart=@rootlibexecdir@/systemd-logind
Type=dbus
BusName=org.freedesktop.login1
CapabilityBoundingSet=CAP_AUDIT_CONTROL CAP_CHOWN CAP_KILL CAP_DAC_READ_SEARCH CAP_DAC_OVERRIDE CAP_FOWNER
StandardOutput=syslog
# Increase the default a bit in order to allow many simultaneous
# logins since we keep one fd open per session.

View file

@ -17,4 +17,3 @@ Wants=local-fs-pre.target
Type=oneshot
RemainAfterExit=yes
ExecStart=@rootlibexecdir@/systemd-remount-api-vfs
StandardOutput=syslog

View file

@ -16,4 +16,3 @@ Before=sysinit.target shutdown.target
Type=oneshot
RemainAfterExit=yes
ExecStart=@rootlibexecdir@/systemd-vconsole-setup
StandardOutput=syslog