summarylogtreecommitdiffstats
path: root/firestarter.service
diff options
context:
space:
mode:
Diffstat (limited to 'firestarter.service')
-rw-r--r--firestarter.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/firestarter.service b/firestarter.service
new file mode 100644
index 000000000000..3b2c1eb5acd8
--- /dev/null
+++ b/firestarter.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Application of firewall rules created by FireStarter GUI
+Wants=network.target
+Before=network.target
+
+[Service]
+Type=oneshot
+ExecStart=/etc/firestarter/firestarter.sh start
+
+[Install]
+WantedBy=multi-user.target