jellyfin/fedora/jellyfin-selinux-launcher.sh
Gandihar 0e6f955912 Add a small Bash script to launch Jellyfin, instead of a symlink.
- The symlink causes a problem with SELinux because it understands symlinks.
  - This shell script automatically gets the correct SELinux context.
2023-08-29 17:10:41 -06:00

4 lines
50 B
Bash

#!/bin/sh
exec /usr/lib64/jellyfin/jellyfin ${@}