From 285c57f77ae3856cd1a09e267e1f431bafdfe0ef Mon Sep 17 00:00:00 2001 From: frederik Date: Sun, 3 Nov 2024 11:07:34 +0100 Subject: [PATCH] properly fix the multi arch gotty detection --- templates/phpsysinfo.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]