I am trying to convert the following into `doas` instead of sudo - I can get the permit to work with the command but struggling to update the conf file with the required arguments
1.
How can I make it more refined to include the "-s 3" argument?
2.
How can I make it more refined to include "netif restart" argument?
1.
sudo acpiconf -s 3
I could only get this to translate to permit nopass myusername as root cmd acpiconf
How can I make it more refined to include the "-s 3" argument?
2.
sudo service netif restart
I could only get this to translate to permit nopass myusername as root cmd service
How can I make it more refined to include "netif restart" argument?