summarylogtreecommitdiffstats
path: root/systemd.fina
blob: 29fd5f9c9917882ac9bc02d81c91b607aaea1f6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Application of IPv4 firewall rules created by Fina
Wants=network.target
Before=network.target
 
[Service]
Type=oneshot
ExecStart=/usr/bin/fina6 --load
ExecStop=/usr/bin/flush-ip6tables
  
[Install]
WantedBy=multi-user.target