From 876e7d489e7af7b1a6064bd4c55e8e2329aecc2b Mon Sep 17 00:00:00 2001 From: maybetree Date: Thu, 7 Aug 2025 11:23:09 +0200 Subject: [PATCH] add readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..565c46b --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# klankschool's bardak configuration + +This repo encapsulated bardak as a submodule and contains +extra configuration on how we run bardak. +Namely, we run it in an rootless podman container +managed by a systemd user service. + +To install and run: + +- clone this repo +- `./build.sh` +- `./enable-user-service.sh` +- `systemctl --user start bardak` +