Magellan Linux

Contents of /trunk/iptables/iptables.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1610 - (show annotations) (download)
Thu Jan 12 12:19:29 2012 UTC (12 years, 3 months ago) by niro
File size: 277 byte(s)
-added systemd service files
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=/lib/systemd/magellan-iptables start
10 ExecStop=/lib/systemd/magellan-iptables stop
11
12 [Install]
13 WantedBy=basic.target