feat(persist): add systemd persistence backend with uninstall

https://chatgpt.com/share/69733e45-96ec-800f-9aad-0cac7306dedd
This commit is contained in:
2026-01-23 10:23:59 +01:00
parent 77da7a4acb
commit f534d025d0
8 changed files with 270 additions and 20 deletions

View File

@@ -10,3 +10,6 @@ help:
test:
@PYTHONPATH="$(CURDIR)/src" "$(PYTHON)" -m unittest discover -s tests/unit -p "test_*.py" -v
install:
sudo pip install -e . --upgrade --break-system-packages