source: systemd-units/blfs/units/iptables.service@ af8e1cb5

systemd-11177
Last change on this file since af8e1cb5 was af8e1cb5, checked in by Krejzi <krejzi@…>, 10 years ago

Convert iptables, firewall section and haveged to systemd. Remove network service files from systemd-units.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13509 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 251 bytes
Line 
1[Unit]
2Description=Load Iptables Rules
3ConditionFileIsExecutable=/etc/systemd/scripts/iptables
4After=network.target
5
6[Service]
7Type=forking
8ExecStart=/etc/systemd/scripts/iptables
9TimeoutSec=0
10RemainAfterExit=yes
11
12[Install]
13WantedBy=multi-user.target
Note: See TracBrowser for help on using the repository browser.