Magellan Linux

Annotation of /trunk/firewalld/firewalld.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1681 - (hide annotations) (download)
Sun Mar 4 00:12:00 2012 UTC (12 years, 2 months ago) by niro
File size: 315 byte(s)
-custom service file
1 niro 1681 [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