summaryrefslogtreecommitdiff
path: root/examples/systemd
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2026-01-22 22:07:32 +0100
committerDawid Rycerz <dawid@rycerz.xyz>2026-02-10 18:44:26 +0100
commit064a1d01c5c14f5ecc032fa9b8346a4a88b893f6 (patch)
treea2023f9ccd297ed8a41a3a0cc5699c2add09244d /examples/systemd
witryna 0.1.0 — initial releasev0.1.0
Minimalist Git-based static site deployment orchestrator. Webhook-triggered builds in Podman/Docker containers with atomic symlink publishing, SIGHUP hot-reload, and zero-downtime deploys. See README.md for usage, CHANGELOG.md for details.
Diffstat (limited to 'examples/systemd')
-rw-r--r--examples/systemd/docker.conf3
-rw-r--r--examples/systemd/podman.conf3
2 files changed, 6 insertions, 0 deletions
diff --git a/examples/systemd/docker.conf b/examples/systemd/docker.conf
new file mode 100644
index 0000000..9ee2b2d
--- /dev/null
+++ b/examples/systemd/docker.conf
@@ -0,0 +1,3 @@
+[Service]
+SupplementaryGroups=docker
+ReadWritePaths=/var/run/docker.sock
diff --git a/examples/systemd/podman.conf b/examples/systemd/podman.conf
new file mode 100644
index 0000000..98502f8
--- /dev/null
+++ b/examples/systemd/podman.conf
@@ -0,0 +1,3 @@
+[Service]
+RestrictNamespaces=no
+Environment="XDG_RUNTIME_DIR=/run/user/%U"