KOKINIO - MANAGER
Edit File: firewalld.service
[Unit] Description=firewalld - dynamic firewall daemon Before=network-pre.target Wants=network-pre.target # Use PartOf so firewalld is restarted when dbus is restarted. But it doesn't # have to wait on it initially. PartOf=dbus.service Conflicts=iptables.service ip6tables.service ebtables.service ipset.service Documentation=man:firewalld(1) [Service] EnvironmentFile=-/etc/sysconfig/firewalld ExecStart=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ExecReload=/bin/kill -HUP $MAINPID StandardOutput=null StandardError=null KillMode=mixed DevicePolicy=closed KeyringMode=private LockPersonality=yes MemoryDenyWriteExecute=yes PrivateDevices=yes ProtectClock=yes ProtectControlGroups=yes ProtectHome=tmpfs ProtectHostname=yes ProtectKernelLogs=yes ProtectKernelModules=no ProtectKernelTunables=no ProtectSystem=yes RestrictRealtime=yes RestrictSUIDSGID=yes SystemCallArchitectures=native [Install] WantedBy=multi-user.target Alias=dbus-org.fedoraproject.FirewallD1.service