mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
4 lines
103 B
Bash
4 lines
103 B
Bash
#!/bin/sh
|
|
[ ! -r /etc/nftables.conf ] && exit 0
|
|
nft -f /etc/nftables.conf
|
|
exec chpst -b nftables pause
|