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