[shorewall] Add shorewall6.service

Jonathan G. Underwood jgu at fedoraproject.org
Tue Mar 22 23:44:08 UTC 2011


commit c1b72286f34006be0a21255fc3c26d568c8a04ce
Author: Jonathan G. Underwood <jonathan.underwood at gmail.com>
Date:   Tue Mar 22 23:42:07 2011 +0000

    Add shorewall6.service

 shorewall6.service |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/shorewall6.service b/shorewall6.service
new file mode 100644
index 0000000..c2c60dd
--- /dev/null
+++ b/shorewall6.service
@@ -0,0 +1,16 @@
+[Unit]
+Description=Shorewall IPv6 firewall
+After=syslog.target
+After=network.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+EnvironmentFile=-/etc/sysconfig/shorewall6
+StandardOutput=syslog
+ExecStart=/sbin/shorewall6 $OPTIONS start
+ExecReload=/sbin/shorewall6 $OPTIONS restart
+ExecStop=/sbin/shorewall6 $OPTIONS stop
+
+[Install]
+WantedBy=multi-user.target


More information about the scm-commits mailing list