-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically run certain server commands at certain times #44
Comments
I've figured out how to send commands to GNU screen, thanks to StackOverflow: |
@krislamo This is the GitHub issue for what we talked about today (it already existed). ;) |
Link for people to view our current plan: https://docs.google.com/document/d/1E9F2MIuUU_uPq3ZaEpfvTDR__DAz4wq8D5xCKfoO194/edit?usp=sharing |
I should use systemd timers for this, instead of cron. |
I finally implemented this! :D |
New ticket opened for this: #201. |
It would be nice to be able to automatically run certain commands at certain times on the server. While we could look for a plugin to do this, it would be better if we could just pipe commands to the GNU
screen
that the server is running in; then, we could make any such automations part of cron.In particular, I'd like the server to auto-restart once a day; and I'd like to refresh the Dynmap once a week.
The text was updated successfully, but these errors were encountered: