diff options
Diffstat (limited to 'net-firewall/shorewall/files/4.6/shorewall6.systemd-r1')
-rw-r--r-- | net-firewall/shorewall/files/4.6/shorewall6.systemd-r1 | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net-firewall/shorewall/files/4.6/shorewall6.systemd-r1 b/net-firewall/shorewall/files/4.6/shorewall6.systemd-r1 deleted file mode 100644 index 64fd43585cf6..000000000000 --- a/net-firewall/shorewall/files/4.6/shorewall6.systemd-r1 +++ /dev/null @@ -1,20 +0,0 @@ -# -# The Shoreline Firewall 6 (Shorewall6) Packet Filtering Firewall - V4.6 -# -[Unit] -Description=Shorewall IPv6 firewall -Documentation=man:shorewall6(8) http://www.shorewall.net/Documentation_Index.html -Wants=network-online.target -After=network-online.target -Conflicts=ip6tables.service firewalld.service ip6tables-restore.service - -[Service] -Type=oneshot -RemainAfterExit=yes -EnvironmentFile=/etc/conf.d/shorewall6 -StandardOutput=syslog -ExecStart=/sbin/shorewall6 $OPTIONS start $STARTOPTIONS -ExecStop=/sbin/shorewall6 $OPTIONS stop $STOPOPTIONS - -[Install] -WantedBy=basic.target |