Any files is updated when a new client is added to Jack? #802
Unanswered
fernando-inf
asked this question in
Q&A
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. |
0 replies
|
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 |
2 replies
|
Interesting topic. So how does jack_evmon work? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
watch -x -n 1 find /JACKFOLDER?/*.* -mmin -1 -exec /home/jack_connect.sh \; &Hi, I am trying to combine in DEBIAN 11 the
watchandfindcommand 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
findwill look for changes in it and execute the connection. Thanks.All reactions