Michal Schmidt e43452
From 27b67ec67a39321dd52828002a50868071cb5bbf Mon Sep 17 00:00:00 2001
Michal Schmidt e43452
From: Michal Schmidt <mschmidt@redhat.com>
Michal Schmidt e43452
Date: Wed, 9 Nov 2011 08:42:03 +0100
Michal Schmidt f1996e
Subject: [PATCH] units: drop unnecessary 'StandardOutput=syslog'
Michal Schmidt e43452
Michal Schmidt e43452
DefaultStandardOutput is syslog anyway. There's no reason to assume that
Michal Schmidt e43452
the administrator would want these units to be excluded when he configures
Michal Schmidt e43452
a different DefaultStandardOutput.
Michal Schmidt e43452
(cherry picked from commit c99e42c1db91eb1982b90a1aa631f4c4a765f95e)
Michal Schmidt e43452
---
Michal Schmidt e43452
 units/quotacheck.service.in              |    1 -
Michal Schmidt e43452
 units/quotaon.service                    |    1 -
Michal Schmidt e43452
 units/remount-rootfs.service             |    1 -
Michal Schmidt e43452
 units/systemd-logind.service.in          |    1 -
Michal Schmidt e43452
 units/systemd-remount-api-vfs.service.in |    1 -
Michal Schmidt e43452
 units/systemd-vconsole-setup.service.in  |    1 -
Michal Schmidt e43452
 6 files changed, 0 insertions(+), 6 deletions(-)
Michal Schmidt e43452
Michal Schmidt e43452
diff --git a/units/quotacheck.service.in b/units/quotacheck.service.in
Michal Schmidt e43452
index 27dcb1e..c97b7a4 100644
Michal Schmidt e43452
--- a/units/quotacheck.service.in
Michal Schmidt e43452
+++ b/units/quotacheck.service.in
Michal Schmidt e43452
@@ -16,5 +16,4 @@ ConditionPathExists=/sbin/quotacheck
Michal Schmidt e43452
 Type=oneshot
Michal Schmidt e43452
 RemainAfterExit=yes
Michal Schmidt e43452
 ExecStart=@rootlibexecdir@/systemd-quotacheck
Michal Schmidt e43452
-StandardOutput=syslog
Michal Schmidt e43452
 TimeoutSec=0
Michal Schmidt e43452
diff --git a/units/quotaon.service b/units/quotaon.service
Michal Schmidt e43452
index 2c7b36b..ef2fc8c 100644
Michal Schmidt e43452
--- a/units/quotaon.service
Michal Schmidt e43452
+++ b/units/quotaon.service
Michal Schmidt e43452
@@ -16,4 +16,3 @@ ConditionPathExists=/sbin/quotaon
Michal Schmidt e43452
 Type=oneshot
Michal Schmidt e43452
 RemainAfterExit=yes
Michal Schmidt e43452
 ExecStart=/sbin/quotaon -aug
Michal Schmidt e43452
-StandardOutput=syslog
Michal Schmidt e43452
diff --git a/units/remount-rootfs.service b/units/remount-rootfs.service
Michal Schmidt e43452
index 89a16c8..7b63752 100644
Michal Schmidt e43452
--- a/units/remount-rootfs.service
Michal Schmidt e43452
+++ b/units/remount-rootfs.service
Michal Schmidt e43452
@@ -17,4 +17,3 @@ Wants=local-fs-pre.target
Michal Schmidt e43452
 Type=oneshot
Michal Schmidt e43452
 RemainAfterExit=yes
Michal Schmidt e43452
 ExecStart=/bin/mount / -o remount
Michal Schmidt e43452
-StandardOutput=syslog
Michal Schmidt e43452
diff --git a/units/systemd-logind.service.in b/units/systemd-logind.service.in
Michal Schmidt e43452
index 4241b8b..c332039 100644
Michal Schmidt e43452
--- a/units/systemd-logind.service.in
Michal Schmidt e43452
+++ b/units/systemd-logind.service.in
Michal Schmidt e43452
@@ -15,7 +15,6 @@ ExecStart=@rootlibexecdir@/systemd-logind
Michal Schmidt e43452
 Type=dbus
Michal Schmidt e43452
 BusName=org.freedesktop.login1
Michal Schmidt e43452
 CapabilityBoundingSet=CAP_AUDIT_CONTROL CAP_CHOWN CAP_KILL CAP_DAC_READ_SEARCH CAP_DAC_OVERRIDE CAP_FOWNER
Michal Schmidt e43452
-StandardOutput=syslog
Michal Schmidt e43452
 
Michal Schmidt e43452
 # Increase the default a bit in order to allow many simultaneous
Michal Schmidt e43452
 # logins since we keep one fd open per session.
Michal Schmidt e43452
diff --git a/units/systemd-remount-api-vfs.service.in b/units/systemd-remount-api-vfs.service.in
Michal Schmidt e43452
index 6339ee6..f4df0ca 100644
Michal Schmidt e43452
--- a/units/systemd-remount-api-vfs.service.in
Michal Schmidt e43452
+++ b/units/systemd-remount-api-vfs.service.in
Michal Schmidt e43452
@@ -17,4 +17,3 @@ Wants=local-fs-pre.target
Michal Schmidt e43452
 Type=oneshot
Michal Schmidt e43452
 RemainAfterExit=yes
Michal Schmidt e43452
 ExecStart=@rootlibexecdir@/systemd-remount-api-vfs
Michal Schmidt e43452
-StandardOutput=syslog
Michal Schmidt e43452
diff --git a/units/systemd-vconsole-setup.service.in b/units/systemd-vconsole-setup.service.in
Michal Schmidt e43452
index 91d95d6..673fb6c 100644
Michal Schmidt e43452
--- a/units/systemd-vconsole-setup.service.in
Michal Schmidt e43452
+++ b/units/systemd-vconsole-setup.service.in
Michal Schmidt e43452
@@ -16,4 +16,3 @@ Before=sysinit.target shutdown.target
Michal Schmidt e43452
 Type=oneshot
Michal Schmidt e43452
 RemainAfterExit=yes
Michal Schmidt e43452
 ExecStart=@rootlibexecdir@/systemd-vconsole-setup
Michal Schmidt e43452
-StandardOutput=syslog