Make joplin chown recursive

This commit is contained in:
Wojciech Kozlowski 2023-02-22 18:59:44 +01:00
parent 80461775ef
commit ede2ded313

View File

@ -20,7 +20,7 @@ ExecStart=/usr/bin/podman run \
--entrypoint="/bin/bash" \ --entrypoint="/bin/bash" \
--name=pod-notes-chown \ --name=pod-notes-chown \
docker.io/joplin/server:{{ services_deploy_versions.notes.joplin }} \ docker.io/joplin/server:{{ services_deploy_versions.notes.joplin }} \
-c "chown joplin:joplin /data" -c "chown -R joplin:joplin /data"
ExecStopPost=/usr/bin/podman rm --ignore -f --cidfile %t/container-notes-chown.ctr-id ExecStopPost=/usr/bin/podman rm --ignore -f --cidfile %t/container-notes-chown.ctr-id
Type=oneshot Type=oneshot