mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
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:
parent
75c982a79f
commit
c99e42c1db
@ -16,5 +16,4 @@ ConditionPathExists=/sbin/quotacheck
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=@rootlibexecdir@/systemd-quotacheck
|
||||
StandardOutput=syslog
|
||||
TimeoutSec=0
|
||||
|
@ -16,4 +16,3 @@ ConditionPathExists=/sbin/quotaon
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/sbin/quotaon -aug
|
||||
StandardOutput=syslog
|
||||
|
@ -17,4 +17,3 @@ Wants=local-fs-pre.target
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/bin/mount / -o remount
|
||||
StandardOutput=syslog
|
||||
|
@ -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.
|
||||
|
@ -17,4 +17,3 @@ Wants=local-fs-pre.target
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=@rootlibexecdir@/systemd-remount-api-vfs
|
||||
StandardOutput=syslog
|
||||
|
@ -16,4 +16,3 @@ Before=sysinit.target shutdown.target
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=@rootlibexecdir@/systemd-vconsole-setup
|
||||
StandardOutput=syslog
|
||||
|
Loading…
Reference in New Issue
Block a user