diff --git a/templates/phpsysinfo.ini b/templates/phpsysinfo.ini index a6e5f63..e73d118 100644 --- a/templates/phpsysinfo.ini +++ b/templates/phpsysinfo.ini @@ -779,13 +779,13 @@ ACCESS="command" ; - true : Regular expression search (used pgrep command) ; - false : Normal search (used pidof command) ; -USE_REGEX=false +USE_REGEX=true ; controls which processes are checked if they are running ; ; string contains a list of process names that are checked, names are seperated by a comma (on WinNT names must end with '.exe') ; -PROCESSES="avahi-daemon,gotty,sshd,ffmpeg,icecast2,arecord,python3" +PROCESSES="avahi-daemon,gotty-(aarch64|x86_64),sshd,ffmpeg,icecast2,arecord,python3" [quotas]