Willy Tu | 5538c16 | 2021-02-10 11:44:57 -0800 | [diff] [blame] | 1 | [Unit] |
2 | Before=network-pre.target | ||||
3 | |||||
4 | [Service] | ||||
5 | Type=oneshot | ||||
6 | RemainAfterExit=yes | ||||
William A. Kennington III | c20feb7 | 2021-03-08 12:31:30 -0800 | [diff] [blame] | 7 | ExecStart=/usr/libexec/nft-configure.sh |
Willy Tu | 5538c16 | 2021-02-10 11:44:57 -0800 | [diff] [blame] | 8 | ExecStop=/bin/bash -c 'nft flush ruleset' |
9 | |||||
10 | [Install] | ||||
11 | WantedBy=multi-user.target |