From 7d474cf00728eb15343750869c40840dc158b730 Mon Sep 17 00:00:00 2001 From: Fl1tzi Date: Tue, 2 May 2023 16:57:11 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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. -