Magellan Linux

Annotation of /trunk/iptables/iptables.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1610 - (hide annotations) (download)
Thu Jan 12 12:19:29 2012 UTC (12 years, 4 months ago) by niro
File size: 277 byte(s)
-added systemd service files
1 niro 1610 [Unit]
2     Description=IPv4 firewall with iptables
3     After=syslog.target
4     ConditionPathExists=/etc/conf.d/iptables
5    
6     [Service]
7     Type=oneshot
8     RemainAfterExit=yes
9     ExecStart=/lib/systemd/magellan-iptables start
10     ExecStop=/lib/systemd/magellan-iptables stop
11    
12     [Install]
13     WantedBy=basic.target