Kill antimicrox from controller

This commit is contained in:
ltadeu6 2026-05-02 16:30:16 -03:00
parent 11ef92acf5
commit 7eff74b2a6

View file

@ -788,7 +788,7 @@ in {
mode = "0755";
text = ''
#!/bin/sh
exec ${pkgs.antimicrox}/bin/antimicrox --unload
exec ${pkgs.procps}/bin/pkill -x antimicrox
'';
};