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