Files
Maurice 7dc2c3d6a0 Gitea
2025-10-04 19:07:31 +02:00

9 lines
299 B
Bash

#!/bin/sh
chown -R podman:podman /mnt/ssd/jellyfin
chmod -R 775 /mnt/ssd/jellyfin
chmod +x /etc/init.d/jellyfin.service
rc-update add jellyfin.service default
# If you encounter the following error: Error: statfs /mnt/ssd/jellyfin: no such file or directory
# Please run "podman system migrate"...