properly fix the multi arch gotty detection
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user