summarylogtreecommitdiffstats
path: root/arno-iptables-firewall.service
diff options
context:
space:
mode:
authorJaroslav Lichtblau2014-11-28 20:17:14 +0100
committerJaroslav Lichtblau2014-11-28 20:17:14 +0100
commit032481cf4e9133d41a565586366046c7674f1058 (patch)
tree2d6e2ace944c7aeb737b332d2a2572de8a2d2f8f /arno-iptables-firewall.service
downloadaur-032481cf4e9133d41a565586366046c7674f1058.tar.gz
Initial PKGBUILD status as of 28.11.2014
Diffstat (limited to 'arno-iptables-firewall.service')
-rw-r--r--arno-iptables-firewall.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/arno-iptables-firewall.service b/arno-iptables-firewall.service
new file mode 100644
index 000000000000..2d81c9869ec1
--- /dev/null
+++ b/arno-iptables-firewall.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=A secure stateful firewall for both single and multi-homed machine
+Before=network.target
+Wants=network.target
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/arno-iptables-firewall start
+ExecStop=/usr/bin/arno-iptables-firewall stop
+ExecReload=/usr/bin/arno-iptables-firewall force-reload
+RemainAfterExit=yes
+
+[Install]
+WantedBy=multi-user.target