Any files is updated when a new client is added to Jack? #802
Replies: 4 comments 2 replies
-
Dont do this with files, just use tools such as Also, this is not really a bug/ticket, so I am converting it to a discussion topic. |
Beta Was this translation helpful? Give feedback.
-
That's fine thanks. But I'm a programming beginner, I don't know exactly how I should use It would also be easier for me if I do it with |
Beta Was this translation helpful? Give feedback.
-
That's right, it doesn't show arguments, it only shows messages when there is a change in jack. |
Beta Was this translation helpful? Give feedback.
-
Interesting topic.
So how does jack_evmon work? |
Beta Was this translation helpful? Give feedback.
-
watch -x -n 1 find /JACKFOLDER?/*.* -mmin -1 -exec /home/jack_connect.sh \; &
Hi, I am trying to combine in DEBIAN 11 the
watch
andfind
command to automatically execute a connection when a new client is added to jack.For this I need to know if when adding a new client there is a folder to look for so that
find
will look for changes in it and execute the connection. Thanks.Beta Was this translation helpful? Give feedback.
All reactions