From a1228644085cf9977edbf195c0de588e035d4771 Mon Sep 17 00:00:00 2001 From: micha <2171105+BreiteSeite@users.noreply.github.com> Date: Thu, 3 Apr 2025 21:44:11 +0200 Subject: [PATCH] added UserNS=auto suggestion to quadlet for improved security --- Installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Installation.md b/Installation.md index 2e84862..ce23c7b 100644 --- a/Installation.md +++ b/Installation.md @@ -84,6 +84,7 @@ TimeoutStartSec=900 [Container] Image=ghcr.io/dmunozv04/isponsorblocktv:latest Volume=/etc/containers/config/isponsorblocktv:/app/data +#UserNS=auto # uncomment to run under random uid to increase security ``` Place that in a file at `/etc/containers/systemd/isponsorblocktv.container`, run `systemctl daemon-reload`, and you should now have a systemd service titled `isponsorblocktv` that you can start, stop, and enable/disable the same as any other systemd service.