github.com/EngineerKamesh/gofullstack@v0.0.0-20180609171605-d41341d7d4ee/volume4/section1/config/iptables.service (about)

     1  [Unit]
     2  Description=Restore iptables firewall rules
     3  Before=network-pre.target
     4  
     5  [Service]
     6  Type=oneshot
     7  ExecStart=/sbin/iptables-restore -n /etc/iptables.conf
     8  
     9  [Install]
    10  WantedBy=multi-user.target