We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a542647 commit 5e8da3bCopy full SHA for 5e8da3b
config/firewalld.service.in
@@ -2,9 +2,9 @@
2
Description=firewalld - dynamic firewall daemon
3
Before=network-pre.target
4
Wants=network-pre.target
5
-Requires=dbus.service
6
-After=dbus.service
7
-After=polkit.service
+# Use PartOf so firewalld is restarted when dbus is restarted. But it doesn't
+# have to wait on it initially.
+PartOf=dbus.service
8
Conflicts=iptables.service ip6tables.service ebtables.service ipset.service
9
Documentation=man:firewalld(1)
10
@@ -14,8 +14,6 @@ ExecStart=@sbindir@/firewalld --nofork --nopid $FIREWALLD_ARGS
14
ExecReload=/bin/kill -HUP $MAINPID
15
StandardOutput=null
16
StandardError=null
17
-Type=dbus
18
-BusName=org.fedoraproject.FirewallD1
19
KillMode=mixed
20
DevicePolicy=closed
21
KeyringMode=private
0 commit comments