blob: 79f0bb5b0b0656806bfa72aad3190d684bc63683 [file] [log] [blame]
Willy Tu5538c162021-02-10 11:44:57 -08001[Unit]
2Before=network-pre.target
3
4[Service]
5Type=oneshot
6RemainAfterExit=yes
William A. Kennington IIIc20feb72021-03-08 12:31:30 -08007ExecStart=/usr/libexec/nft-configure.sh
Willy Tu5538c162021-02-10 11:44:57 -08008ExecStop=/bin/bash -c 'nft flush ruleset'
9
10[Install]
11WantedBy=multi-user.target