[systemd-commits] 2 commits - units/fedora 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

Michal Schmidt michich at kemper.freedesktop.org
Wed Nov 9 01:05:09 PST 2011


 units/fedora/rc-local.service            |    1 -
 units/quotacheck.service.in              |    1 -
 units/quotaon.service                    |    1 -
 units/remount-rootfs.service             |    1 -
 units/systemd-logind.service.in          |    1 -
 units/systemd-remount-api-vfs.service.in |    1 -
 units/systemd-vconsole-setup.service.in  |    1 -
 7 files changed, 7 deletions(-)

New commits:
commit 9d7286112d8b54da0294ca0d6bbd7314d890b7e2
Author: Michal Schmidt <mschmidt at redhat.com>
Date:   Wed Nov 9 08:58:36 2011 +0100

    units/fedora: let rc-local.service log to syslog
    
    rc-local.service should not be excluded from the default stdout logging.
    
    Missing logs were noticed by Andrew McNabb in
     https://bugzilla.redhat.com/show_bug.cgi?id=750032#c3

diff --git a/units/fedora/rc-local.service b/units/fedora/rc-local.service
index f5f940f..106b12c 100644
--- a/units/fedora/rc-local.service
+++ b/units/fedora/rc-local.service
@@ -13,6 +13,5 @@ ConditionFileIsExecutable=/etc/rc.d/rc.local
 Type=forking
 ExecStart=/etc/rc.d/rc.local start
 TimeoutSec=0
-StandardOutput=tty
 RemainAfterExit=yes
 SysVStartPriority=99

commit c99e42c1db91eb1982b90a1aa631f4c4a765f95e
Author: Michal Schmidt <mschmidt at redhat.com>
Date:   Wed Nov 9 08:42:03 2011 +0100

    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.

diff --git a/units/quotacheck.service.in b/units/quotacheck.service.in
index 27dcb1e..c97b7a4 100644
--- a/units/quotacheck.service.in
+++ b/units/quotacheck.service.in
@@ -16,5 +16,4 @@ ConditionPathExists=/sbin/quotacheck
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=@rootlibexecdir@/systemd-quotacheck
-StandardOutput=syslog
 TimeoutSec=0
diff --git a/units/quotaon.service b/units/quotaon.service
index 2c7b36b..ef2fc8c 100644
--- a/units/quotaon.service
+++ b/units/quotaon.service
@@ -16,4 +16,3 @@ ConditionPathExists=/sbin/quotaon
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=/sbin/quotaon -aug
-StandardOutput=syslog
diff --git a/units/remount-rootfs.service b/units/remount-rootfs.service
index 89a16c8..7b63752 100644
--- a/units/remount-rootfs.service
+++ b/units/remount-rootfs.service
@@ -17,4 +17,3 @@ Wants=local-fs-pre.target
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=/bin/mount / -o remount
-StandardOutput=syslog
diff --git a/units/systemd-logind.service.in b/units/systemd-logind.service.in
index 4241b8b..c332039 100644
--- a/units/systemd-logind.service.in
+++ b/units/systemd-logind.service.in
@@ -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.
diff --git a/units/systemd-remount-api-vfs.service.in b/units/systemd-remount-api-vfs.service.in
index 6339ee6..f4df0ca 100644
--- a/units/systemd-remount-api-vfs.service.in
+++ b/units/systemd-remount-api-vfs.service.in
@@ -17,4 +17,3 @@ Wants=local-fs-pre.target
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=@rootlibexecdir@/systemd-remount-api-vfs
-StandardOutput=syslog
diff --git a/units/systemd-vconsole-setup.service.in b/units/systemd-vconsole-setup.service.in
index 91d95d6..673fb6c 100644
--- a/units/systemd-vconsole-setup.service.in
+++ b/units/systemd-vconsole-setup.service.in
@@ -16,4 +16,3 @@ Before=sysinit.target shutdown.target
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=@rootlibexecdir@/systemd-vconsole-setup
-StandardOutput=syslog



More information about the systemd-commits mailing list