|
|
|
|
|
by js2
858 days ago
|
|
I know how you feel. I finally brewed myself a pot of coffee the other day and just followed the advice I always give everyone else-RTFM: https://www.freedesktop.org/software/systemd/man/latest/syst... It's pretty well documented, especially for Linux. Follow the links from that page at least one level deep. Part of the complexity is that it's tightly integrated into the same Linux concepts that enable containers. In fact, systemd-nspawn can manage containers on your behalf. But start with the concepts and unit files, then read the man pages for systemctl and journalctl. That'll get you most of the knowledge you need to interact with it on a day-to-day basis. |
|