diff options
author | Michal Schmidt <mschmidt@redhat.com> | 2011-11-09 08:42:03 +0100 |
---|---|---|
committer | Michal Schmidt <mschmidt@redhat.com> | 2011-11-09 08:48:25 +0100 |
commit | c99e42c1db91eb1982b90a1aa631f4c4a765f95e (patch) | |
tree | 9c6e6688d8edbc6e14867e71f1eb02f4be1c7177 | |
parent | 75c982a79f68a9209f0bcaf422d50414167bc5d1 (diff) |
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.
-rw-r--r-- | units/quotacheck.service.in | 1 | ||||
-rw-r--r-- | units/quotaon.service | 1 | ||||
-rw-r--r-- | units/remount-rootfs.service | 1 | ||||
-rw-r--r-- | units/systemd-logind.service.in | 1 | ||||
-rw-r--r-- | units/systemd-remount-api-vfs.service.in | 1 | ||||
-rw-r--r-- | units/systemd-vconsole-setup.service.in | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/units/quotacheck.service.in b/units/quotacheck.service.in index 27dcb1e4c6..c97b7a4687 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 2c7b36b4fe..ef2fc8c976 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 89a16c8b26..7b63752c7e 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 4241b8b320..c332039e87 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 6339ee64a6..f4df0ca263 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 91d95d66e3..673fb6ccf6 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 |