chiark / gitweb /
units: drop unnecessary 'StandardOutput=syslog'
authorMichal Schmidt <mschmidt@redhat.com>
Wed, 9 Nov 2011 07:42:03 +0000 (08:42 +0100)
committerMichal Schmidt <mschmidt@redhat.com>
Wed, 9 Nov 2011 07:48:25 +0000 (08:48 +0100)
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.

units/quotacheck.service.in
units/quotaon.service
units/remount-rootfs.service
units/systemd-logind.service.in
units/systemd-remount-api-vfs.service.in
units/systemd-vconsole-setup.service.in

index 27dcb1e4c6f514a3fa05796b96fe6c9b6d42bfb1..c97b7a46874ea8bc6c8cdc5e63d8dff799e28a6f 100644 (file)
@@ -16,5 +16,4 @@ ConditionPathExists=/sbin/quotacheck
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=@rootlibexecdir@/systemd-quotacheck
-StandardOutput=syslog
 TimeoutSec=0
index 2c7b36b4fef611887dd64a3064038aa4d035a7c1..ef2fc8c97619d1b70cb5422f03f38f030daea3fc 100644 (file)
@@ -16,4 +16,3 @@ ConditionPathExists=/sbin/quotaon
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=/sbin/quotaon -aug
-StandardOutput=syslog
index 89a16c8b2666c65850def8f08497d9b3d98b356c..7b63752c7e4fd69e264d2d1ba5a3e6954229a420 100644 (file)
@@ -17,4 +17,3 @@ Wants=local-fs-pre.target
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=/bin/mount / -o remount
-StandardOutput=syslog
index 4241b8b32003ca7e4508d1907ea48b913ed4e3a9..c332039e8775e70d094fddf6edd19916b9a28339 100644 (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.
index 6339ee64a6f70df9e30d401befd2dbac099902f2..f4df0ca263adfc8bda2027c5e70890f768b2e869 100644 (file)
@@ -17,4 +17,3 @@ Wants=local-fs-pre.target
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=@rootlibexecdir@/systemd-remount-api-vfs
-StandardOutput=syslog
index 91d95d66e32845278af14cd32ea89fd54cc9e5ae..673fb6ccf6976339f0ff8dd911c0026f38142e2e 100644 (file)
@@ -16,4 +16,3 @@ Before=sysinit.target shutdown.target
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=@rootlibexecdir@/systemd-vconsole-setup
-StandardOutput=syslog