This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=basic.target
 
- 
        
- 
    [Service]- 
        EnvironmentFile=-/etc/default/shorewall6-lite
- 
        EnvironmentFile=-/etc/sysconfig/shorewall6-lite
- 
        ExecReload=/sbin/shorewall6-lite $OPTIONS reload
- 
        ExecReload=/usr/sbin/shorewall -6l $OPTIONS reload $RELOADOPTIONS
- 
        ExecStart=/sbin/shorewall6-lite $OPTIONS start
- 
        ExecStart=/usr/sbin/shorewall -6l $OPTIONS start $STARTOPTIONS
- 
        ExecStop=/sbin/shorewall6-lite $OPTIONS clear
- 
        ExecStop=/usr/sbin/shorewall -6l $OPTIONS stop
- 
        RemainAfterExit=yes
- 
        StandardOutput=journal
- 
        StandardOutput=syslog
- 
        Type=oneshot
 
- 
        
- 
    [Unit]- 
        After=network-online.target shorewall-lite.service
- 
        Conflicts=ip6tables.service firewalld.service
- 
        Description=Shorewall IPv6 firewall (lite)
- 
        Wants=network-online.target
 
- 
        
Additionnal notes
Nothing here.