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 |
William A. Kennington III | 7356f8e | 2021-12-15 02:21:52 -0800 | [diff] [blame] | 8 | ExecReload=/usr/libexec/nft-configure.sh |
William A. Kennington III | cbb15ab | 2021-03-12 18:19:01 -0800 | [diff] [blame] | 9 | ExecStop=/usr/sbin/nft flush ruleset |
Willy Tu | 5538c16 | 2021-02-10 11:44:57 -0800 | [diff] [blame] | 10 | |
| 11 | [Install] |
| 12 | WantedBy=multi-user.target |