forked from extern/shorewall_code
17 lines
381 B
SYSTEMD
17 lines
381 B
SYSTEMD
|
[Unit]
|
||
|
Description=Shorewall IPv4 firewall (lite)
|
||
|
After=syslog.target
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
EnvironmentFile=-/etc/sysconfig/shorewall-lite
|
||
|
StandardOutput=syslog
|
||
|
ExecStart=/sbin/shorewall-lite $OPTIONS start
|
||
|
ExecReload=/sbin/shorewall-lite $OPTIONS restart
|
||
|
ExecStop=/sbin/shorewall-lite $OPTIONS stop
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|