mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-22 06:10:42 +01:00
17 lines
354 B
SYSTEMD
17 lines
354 B
SYSTEMD
|
[Unit]
|
||
|
Description=Shorewall IPv4 firewall
|
||
|
After=syslog.target
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
EnvironmentFile=-/etc/sysconfig/shorewall
|
||
|
StandardOutput=syslog
|
||
|
ExecStart=/sbin/shorewall $OPTIONS start
|
||
|
ExecReload=/sbin/shorewall $OPTIONS restart
|
||
|
ExecStop=/sbin/shorewall $OPTIONS stop
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|