summaryrefslogtreecommitdiff
path: root/net-firewall/shorewall/files/shorewall-init.systemd
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2015-10-18 10:43:46 +0800
committerIan Delaney <idella4@gentoo.org>2015-10-18 10:45:33 +0800
commitfe00c3bc1b28a3d98881d8fe82e4206129fc8e3b (patch)
tree23c90ad3a738d24a3008c3b74a1030f8fdba03a5 /net-firewall/shorewall/files/shorewall-init.systemd
parent5c093849f773e51297bcb48699fbcdf8dff2d854 (diff)
downloadgentoo-fe00c3bc1b28a3d98881d8fe82e4206129fc8e3b.tar.gz
gentoo-fe00c3bc1b28a3d98881d8fe82e4206129fc8e3b.tar.xz
net-firewall/shorewall: bump to -5.0.1
patches submitted by proxy maintainer via gentoo bug & pull request; dropped 'rc_need="net"', files moved from $FILESDIR/$MAJOR_VERSION to $FILESDIR Gentoo bug: #563088 Pull request: https://github.com/gentoo/gentoo/pull/241 Package-Manager: portage-2.2.20.1
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