77566cbf4c
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/firewalld#b810f73f66548f93acc004867ba40b15c297e28b
14 lines
318 B
Desktop File
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
|