SettleScape / server

The configuration for SettleScapeā„¢, a high-quality, community-minded Minecraft server.
http://SettleScape.org
Other
5 stars 2 forks source link

Replace crontab with systemd services #201

Open MilesBHuff opened 3 weeks ago

MilesBHuff commented 3 weeks ago

Crontab can be replaced with systemd services for logging and dependency management, among other benefits. Additionally, scheduled scripts belonging to user minecraft can this way be scheduled as user services, meaning root or sudo access will no longer be required to modify them.

MilesBHuff commented 3 weeks ago

This is a follow-up to #44.