forked from extern/shorewall_code
a03f00bf0f
add conflicts to obviously conflicting services remove old version number from init files remove legacy syslog.target which is not needed on modern systems fix formatting of email address onold Copyright text Signed-off-by: Tuomo Soini <tis@foobar.fi>
21 lines
500 B
Desktop File
21 lines
500 B
Desktop File
#
|
|
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall
|
|
#
|
|
# Copyright 2011 Jonathan Underwood <jonathan.underwood@gmail.com>
|
|
#
|
|
[Unit]
|
|
Description=Shorewall IPv6 firewall (lite)
|
|
After=network.target
|
|
Conflicts=ip6tables.service firewalld.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
EnvironmentFile=-/etc/sysconfig/shorewall6-lite
|
|
StandardOutput=syslog
|
|
ExecStart=/sbin/shorewall6-lite $OPTIONS start
|
|
ExecStop=/sbin/shorewall6-lite $OPTIONS stop
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|