properly fix the multi arch gotty detection

This commit is contained in:
frederik
2024-11-03 11:07:34 +01:00
parent dc634838ae
commit 285c57f77a
+2 -2
View File
@@ -779,13 +779,13 @@ ACCESS="command"
; - true : Regular expression search (used pgrep command) ; - true : Regular expression search (used pgrep command)
; - false : Normal search (used pidof command) ; - false : Normal search (used pidof command)
; ;
USE_REGEX=false USE_REGEX=true
; controls which processes are checked if they are running ; 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') ; 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] [quotas]