This website requires JavaScript.
Explore
Help
Register
Sign In
Firehawk52-backup
/
jellyfin
Watch
28
Star
0
Fork
0
You've already forked jellyfin
mirror of
https://github.com/jellyfin/jellyfin.git
synced
2026-01-15 16:33:25 -03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4bcabbde7b8c1a9a0ca7a89ab3e2b0de390393f5
jellyfin
/
fedora
/
jellyfin-selinux-launcher.sh
4 lines
52 B
Bash
Raw
Normal View
History
Unescape
Escape
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
#!/bin/sh
Avoid shell expansion issues (#10211)
2023-09-12 15:09:40 -04:00
exec
/usr/lib64/jellyfin/jellyfin
"
${
@
}
"
Reference in New Issue
Copy Permalink