summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-firewall/shorewall6-lite/files/shorewall6-lite.systemd')
-rw-r--r--net-firewall/shorewall6-lite/files/shorewall6-lite.systemd20
1 files changed, 20 insertions, 0 deletions
diff --git a/net-firewall/shorewall6-lite/files/shorewall6-lite.systemd b/net-firewall/shorewall6-lite/files/shorewall6-lite.systemd
new file mode 100644
index 000000000000..c34c688b137d
--- /dev/null
+++ b/net-firewall/shorewall6-lite/files/shorewall6-lite.systemd
@@ -0,0 +1,20 @@
+#
+# The Shoreline Firewall (Shorewall) Packet Filtering Firewall - V4.4
+#
+# Copyright 2011 Jonathan Underwood (jonathan.underwood@gmail.com)
+#
+[Unit]
+Description=Shorewall IPv6 firewall (lite)
+After=syslog.target
+After=network.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+EnvironmentFile=/etc/shorewall6-lite
+StandardOutput=syslog
+ExecStart=/sbin/shorewall6-lite $OPTIONS start
+ExecStop=/sbin/shorewall6-lite $OPTIONS stop
+
+[Install]
+WantedBy=multi-user.target