mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 16:54:10 +01:00
22 lines
526 B
Desktop File
22 lines
526 B
Desktop File
#
|
|
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall - V4.4
|
|
#
|
|
# Copyright 2011 Jonathan Underwood (jonathan.underwood@gmail.com)
|
|
#
|
|
[Unit]
|
|
Description=Shorewall IPv4 firewall
|
|
After=syslog.target
|
|
Before=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
EnvironmentFile=-/etc/sysconfig/shorewall-init
|
|
StandardOutput=syslog
|
|
ExecStart=/sbin/shorewall-init $OPTIONS start
|
|
ExecReload=/sbin/shorewall-init $OPTIONS restart
|
|
ExecStop=/sbin/shorewall-init $OPTIONS stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|