Magellan Linux

Contents of /trunk/firewalld/firewalld.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1681 - (show annotations) (download)
Sun Mar 4 00:12:00 2012 UTC (12 years, 1 month ago) by niro
File size: 315 byte(s)
-custom service file
1 [Unit]
2 Description=Firewall dynamic change handling daemon
3 After=syslog.target
4
5 [Service]
6 Type=forking
7 EnvironmentFile=-/etc/conf.d/firewalld
8 ExecStart=/usr/sbin/firewalld $FIREWALLD_ARGS
9 ExecReload=/usr/bin/firewall-cmd --reload
10
11 [Install]
12 WantedBy=multi-user.target
13 Alias=dbus-org.fedoraproject.FirewallD.service