nftables scripts 23 October 2022, 06:44:38 Hello, I have installed artix and i am very happy about it. In my installation i use nftables as firewall, and i notice in openrc there is 2 differents services possible nftables and nftables-mk. I am not a programmer so i can't tell the difference and i haven't see an equivalent in Arch.So my question is what is the purpose of nftables-mk ?Thanks
Re: nftables scripts Reply #1 – 23 October 2022, 18:11:15 There's a description= variable inside the file describing the service, see what it says.
Re: nftables scripts Reply #2 – 23 October 2022, 21:26:12 I am probably dumb, or missing the obvious but i can't find it in /etc/conf.d/nftables-mk nor in the same file in /etc/init.d or in /usr/lib/nftables/nftables-mk.sh.Could you kindly tell me where it is ?The only description i find is the one of the nftables-openrc package who provides nftables and nftables-mk .
Re: nftables scripts Reply #3 – 29 October 2022, 22:56:21 It appears i am dumb as i should read the comment in /etc/conf.d/nftables-mk more carefully, who precise that there is a panic_on_stop option in the mk version.