Chapter 5: Creating and Editing Services
We've just seen what systemd
services are and how to control them. Sometimes though, you might need to either alter the behavior of a service or create a completely new one. In this chapter, we'll look at the proper way to edit services. Then, we'll look at how to create a new one. The specific topics of this chapter are as follows:
- Editing an existing service
- Creating a new service
- Changing the default systemd editor
- Creating a new container service with podman
So, if you're ready, let's jump in.