Fix antimicrox disable script
This commit is contained in:
parent
281589873f
commit
f1c8d4c7e2
1 changed files with 1 additions and 1 deletions
|
|
@ -788,7 +788,7 @@ in {
|
||||||
mode = "0755";
|
mode = "0755";
|
||||||
text = ''
|
text = ''
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec ${pkgs.procps}/bin/pkill -x .antimicrox-wrapped
|
exec ${pkgs.procps}/bin/pkill -f '/etc/antimicrox/controller-mouse\.amgp'
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue