In this chapter, you will look at systemd, what it is, and how to write Go applications to interact with it. systemd is an important piece of software inside the Linux system, and it is too big to be covered entirely in this chapter.
Learn what systemd provides
Interact with systemd using systemctl and journalctl
Use the go-systemd library to write code
Write log messages to a ...