diff --git a/README.md b/README.md index cae0b2c..57f87b8 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,13 @@ lang: en-us # systemd-infrastructure -Infrastructure for Podman compose containers and backing them up (template) +Infrastructure for backing containers up -## Why podman-compose? +## How to add services -It just works for me. But because of the not really native support I would eventually move to kube configurations. +If you create pods or containers, then you can easily let Podman generate systemd services for you. [Man page](https://docs.podman.io/en/latest/markdown/podman-generate-systemd.1.html). + +Examples for creating pods and containers are in the [compose repo](https://git.fl1tzi.com/server/compose). ## Backup @@ -18,7 +20,3 @@ Both `backup.service` and `backup-schedule.timer` need to be present in the syst **The backup script has to be configured correctly!** -## Template - -The `template_service` is designed for containers and works well with the backup. -