firewalld/firewalld.service
Petr Šabata 77566cbf4c RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/firewalld#b810f73f66548f93acc004867ba40b15c297e28b
2020-10-15 00:24:22 +02:00

14 lines
318 B
Desktop File

[Unit]
Description=Firewall dynamic change handling daemon
After=syslog.target
[Service]
Type=forking
EnvironmentFile=-/etc/sysconfig/firewalld
ExecStart=/usr/sbin/firewalld $FIREWALLD_ARGS
ExecReload=/usr/bin/firewall-cmd --reload
[Install]
WantedBy=multi-user.target
Alias=dbus-org.fedoraproject.FirewallD.service