You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running a watcher that requires to be executed in a different group but adding the gid option causes the watcher to be removed from circusctl (is not shown in circusctl list) and can't see the status.
Linux ubuntu 18.04
circusctl 0.14.0
Not sure what I'm doing wrong or if there is something missing.
The watcher is like:
[watcher:mywatcher]
cmd = some_bin
gid = 118
And as soon as the gid option is removed, the watcher works.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I'm running a watcher that requires to be executed in a different group but adding the
gid
option causes the watcher to be removed from circusctl (is not shown incircusctl list
) and can't see the status.Not sure what I'm doing wrong or if there is something missing.
The watcher is like:
And as soon as the gid option is removed, the watcher works.
Thanks in advance.
The text was updated successfully, but these errors were encountered: