Magellan Linux

Contents of /trunk/iptables/iptables.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1638 - (show annotations) (download)
Tue Feb 7 19:18:41 2012 UTC (12 years, 1 month ago) by niro
File size: 285 byte(s)
-move systemdunitsdir -> /usr
1 [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=/usr/lib/systemd/magellan-iptables start
10 ExecStop=/usr/lib/systemd/magellan-iptables stop
11
12 [Install]
13 WantedBy=basic.target