summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas D <whissi@whissi.de>2015-09-14 01:54:18 +0200
committerIan Delaney <idella4@gentoo.org>2015-09-18 13:45:14 +0800
commit9e5f91cca0560e597d9b677917e04209cc9893b3 (patch)
treeed62171ac46ab10d564f82aa927f70c80b595c91 /net-firewall/shorewall/files
parentnet-misc/putty: Stable for HPPA (bug #560742). (diff)
downloadgentoo-9e5f91cca0560e597d9b677917e04209cc9893b3.tar.gz
gentoo-9e5f91cca0560e597d9b677917e04209cc9893b3.tar.bz2
gentoo-9e5f91cca0560e597d9b677917e04209cc9893b3.zip
net-firewall/shorewall: Bump to v4.6.13
Bug: https://bugs.gentoo.org/show_bug.cgi?id=559978
Diffstat (limited to 'net-firewall/shorewall/files')
-rw-r--r--net-firewall/shorewall/files/4.6/shorewall-init.systemd-r218
1 files changed, 18 insertions, 0 deletions
diff --git a/net-firewall/shorewall/files/4.6/shorewall-init.systemd-r2 b/net-firewall/shorewall/files/4.6/shorewall-init.systemd-r2
new file mode 100644
index 000000000000..696267f2750c
--- /dev/null
+++ b/net-firewall/shorewall/files/4.6/shorewall-init.systemd-r2
@@ -0,0 +1,18 @@
+#
+# The Shoreline Firewall (Shorewall) Packet Filtering Firewall - V4.6
+#
+[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