mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 08:44:05 +01:00
17 lines
358 B
SYSTEMD
17 lines
358 B
SYSTEMD
|
[Unit]
|
||
|
Description=Shorewall IPv6 firewall
|
||
|
After=syslog.target
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
EnvironmentFile=-/etc/sysconfig/shorewall6
|
||
|
StandardOutput=syslog
|
||
|
ExecStart=/sbin/shorewall6 $OPTIONS start
|
||
|
ExecReload=/sbin/shorewall6 $OPTIONS restart
|
||
|
ExecStop=/sbin/shorewall6 $OPTIONS stop
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|