SHA256
1
0
forked from pool/firewalld
firewalld/drop-standard-output-error-systemd.patch
2016-02-02 10:43:37 +00:00

32 lines
1.1 KiB
Diff

From 497bb64353948ee18e402bcb00265708e0877ac0 Mon Sep 17 00:00:00 2001
From: Markos Chandras <mchandras@suse.de>
Date: Tue, 12 Jan 2016 11:47:45 +0000
Subject: [PATCH] config: firewalld.service: Drop Standard{Output,Error}
Drop the Standard{Output,Error}=null options so we can use the system
logger to find out what firewalld is doing. It also helps when using
--debug in /etc/sysconfig/firewalld as well
---
Upstream PR: https://github.com/t-woerner/firewalld/pull/67
---
config/firewalld.service.in | 3 ---
1 file changed, 3 deletions(-)
diff --git a/config/firewalld.service.in b/config/firewalld.service.in
index 08afe5b..3918835 100644
--- a/config/firewalld.service.in
+++ b/config/firewalld.service.in
@@ -9,9 +9,6 @@ Conflicts=iptables.service ip6tables.service ebtables.service ipset.service
EnvironmentFile=-/etc/sysconfig/firewalld
ExecStart=@sbindir@/firewalld --nofork --nopid $FIREWALLD_ARGS
ExecReload=/bin/kill -HUP $MAINPID
-# supress to log debug and error output also to /var/log/messages
-StandardOutput=null
-StandardError=null
Type=dbus
BusName=org.fedoraproject.FirewallD1
--
2.6.2