mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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
21 lines
568 B
Plaintext
21 lines
568 B
Plaintext
#
|
|
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall - V5.0
|
|
#
|
|
[Unit]
|
|
Description=Shorewall IPv4 firewall
|
|
Documentation=man:shorewall(8) http://www.shorewall.net/Documentation_Index.html
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
Conflicts=iptables.service firewalld.service iptables-restore.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
EnvironmentFile=/etc/conf.d/shorewall
|
|
StandardOutput=syslog
|
|
ExecStart=/sbin/shorewall $OPTIONS start $STARTOPTIONS
|
|
ExecStop=/sbin/shorewall $OPTIONS stop $STOPOPTIONS
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|