# # The Shoreline Firewall (Shorewall) Packet Filtering Firewall - V4.5 # [Unit] Description=Shorewall IPv4 firewall Documentation=man:shorewall(8) http://www.shorewall.net/Documentation_Index.html After=network.target [Service] Type=oneshot RemainAfterExit=yes EnvironmentFile=/etc/conf.d/shorewall ExecStart=/sbin/shorewall $OPTIONS start $STARTOPTIONS ExecStop=/sbin/shorewall $OPTIONS stop $STOPOPTIONS [Install] WantedBy=multi-user.target