summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-firewall/shorewall6-lite/files/4.5.21.9/shorewall6-lite.systemd')
-rw-r--r--net-firewall/shorewall6-lite/files/4.5.21.9/shorewall6-lite.systemd17
1 files changed, 17 insertions, 0 deletions
diff --git a/net-firewall/shorewall6-lite/files/4.5.21.9/shorewall6-lite.systemd b/net-firewall/shorewall6-lite/files/4.5.21.9/shorewall6-lite.systemd
new file mode 100644
index 000000000000..5af21b6c19bd
--- /dev/null
+++ b/net-firewall/shorewall6-lite/files/4.5.21.9/shorewall6-lite.systemd
@@ -0,0 +1,17 @@
+#
+# The Shoreline Firewall 6 Lite (Shorewall6-Lite) Packet Filtering Firewall - V4.5
+#
+[Unit]
+Description=Shorewall IPv6 firewall lite
+Documentation=man:shorewall6-lite(8) http://www.shorewall.net/Documentation_Index.html
+After=network.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+EnvironmentFile=/etc/conf.d/shorewall6-lite
+ExecStart=/sbin/shorewall6-lite $OPTIONS start $STARTOPTIONS
+ExecStop=/sbin/shorewall6-lite $OPTIONS stop $STOPOPTIONS
+
+[Install]
+WantedBy=multi-user.target