mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 15:43:30 +01:00
17 lines
375 B
SYSTEMD
17 lines
375 B
SYSTEMD
|
[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
|