So in case, this is an XY Problem, I will tell you first what I am trying to do.
I would like to do some jail management from a private discord bot.
The first iteration of this ran the bot directly on the FreeNAS machine and using subprocess call to run the `iocage restart jail` command, but it...