Systemd Crash Course
I originally wrote this for a friend that was switching their homeserver over from Windows to Linux and needed help keeping a Minecraft server alive. I hope it can help others!
Systemd is the Linux init system. It includes a bunch of rules on services/devices/other resources that the system needs to run in order to function. It also includes complex dependency management so that you can set up services to only start when pre-requisites are done.
[Read More]