summaryrefslogtreecommitdiff
path: root/net-firewall/shorewall/files/shorewall-init.systemd
diff options
context:
space:
mode:
Diffstat (limited to 'net-firewall/shorewall/files/shorewall-init.systemd')
-rw-r--r--net-firewall/shorewall/files/shorewall-init.systemd18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-firewall/shorewall/files/shorewall-init.systemd b/net-firewall/shorewall/files/shorewall-init.systemd
new file mode 100644
index 00000000000..2b4695855f3
--- /dev/null
+++ b/net-firewall/shorewall/files/shorewall-init.systemd
@@ -0,0 +1,18 @@
+#
+# The Shoreline Firewall (Shorewall) Packet Filtering Firewall - V5.0
+#
+[Unit]
+Description=shorewall-init
+Documentation=http://www.shorewall.net/Shorewall-init.html
+Before=network-pre.target
+Wants=network-pre.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+StandardOutput=syslog
+ExecStart=/sbin/shorewall-init start
+ExecStop=/sbin/shorewall-init stop
+
+[Install]
+WantedBy=basic.target