summarylogtreecommitdiffstats
path: root/vuurmuur.service
diff options
context:
space:
mode:
authorPiotr Rogoża2015-06-14 14:46:45 +0200
committerPiotr Rogoża2015-06-14 14:46:45 +0200
commitefa20e04ecceec4de77dcea5ac366157b6426ad0 (patch)
tree97ceb6195276dec79b51a69a68040a0d3d95091c /vuurmuur.service
downloadaur-efa20e04ecceec4de77dcea5ac366157b6426ad0.tar.gz
Initial import
Diffstat (limited to 'vuurmuur.service')
-rw-r--r--vuurmuur.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/vuurmuur.service b/vuurmuur.service
new file mode 100644
index 000000000000..3defcaa82d75
--- /dev/null
+++ b/vuurmuur.service
@@ -0,0 +1,13 @@
+# vi: ft=systemd
+[Unit]
+Description=Powerful front-end for iptables
+After=syslog.target network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/lib/systemd/scripts/vuurmuur start
+ExecStop=/usr/lib/systemd/scripts/vuurmuur stop
+ExecReload=/usr/lib/systemd/scripts/vuurmuur restart
+
+[Install]
+WantedBy=multi-user.target