I am trying to enable crontab using start() function via api. But when I tried, it gives an error such as “User is not permitted”, so I tried to permit user using permit_user($user) function. But it returns false always. I am not sure why. Will it take some time to permit user? So it returns false? Please let me know.
Thanks.
Crontab requires ssh + crontab services enabled for an account to activate.
This means that I can’t enable crontab via api, right?
Actually, I want to enable / activate all these options via api, not manually or via ssh.
Is it possible?
If you don’t look for things, then yes. I would recommend synthesizing the information that I’ve provided you so far as well as play around in the UI, specifically Nexus to see what services exist and what they do.
Everything that you can do in the UI you can do from the API. I’ve provided you enough answers thus far. It’s up to you to utilize them. Good luck!