Annotation of /trunk/iptables/iptables.service
Parent Directory | Revision Log
Revision 1638 -
(hide annotations)
(download)
Tue Feb 7 19:18:41 2012 UTC (12 years, 8 months ago) by niro
File size: 285 byte(s)
Tue Feb 7 19:18:41 2012 UTC (12 years, 8 months ago) by niro
File size: 285 byte(s)
-move systemdunitsdir -> /usr
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 | niro | 1638 | ExecStart=/usr/lib/systemd/magellan-iptables start |
10 | ExecStop=/usr/lib/systemd/magellan-iptables stop | ||
11 | niro | 1610 | |
12 | [Install] | ||
13 | WantedBy=basic.target |