Schedule a task to run a Linux Command?

Would it be possible to schedule a task to run a Linux command on the server as amp user?

e.g. python3 my_script.py

No, you should use the normal cron system for that.

How would you attach this to an AMP trigger?

1 Like

I’d also like to know this, since I think I’ve found out that the problem I described in this thread can be avoided by running playit after the server has started, so I’d like to run my script (shown here) whenever a server enters sleep mode.