From 69b6c4d73b27784c41548eaca23e1fdad6b73c41 Mon Sep 17 00:00:00 2001 From: emilia <46273791+emiliatheworst@users.noreply.github.com> Date: Thu, 6 Nov 2025 16:59:39 -0500 Subject: [PATCH] fix double typo in podman readme Signed-off-by: emilia <46273791+emiliatheworst@users.noreply.github.com> --- contrib/podman-systemd/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/podman-systemd/README.md b/contrib/podman-systemd/README.md index 09e2c19c..02d1a73c 100644 --- a/contrib/podman-systemd/README.md +++ b/contrib/podman-systemd/README.md @@ -24,8 +24,8 @@ Note that you can select the owner and group of this volume by changing the `uid To install and start copyparty with Podman and systemd as the root user, run the following: ```shell -sudo mkdir -pv /etc/systemd/container/ /etc/copyparty/ -sudo cp -v copyparty.container /etc/systemd/containers/ +sudo mkdir -pv /etc/containers/systemd/ /etc/copyparty/ +sudo cp -v copyparty.container /etc/containers/systemd/ sudo cp -v copyparty.conf /etc/copyparty/ sudo systemctl daemon-reload sudo systemctl start copyparty