Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
23e33709
Commit
23e33709
authored
May 25, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack jellyfin-server: fix warning with redefine command in sudoers
parent
ae0e1232
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
jellyfin-server.sh
play.d/jellyfin-server.sh
+1
-1
jellyfin-server.sh
repack.d/jellyfin-server.sh
+4
-0
No files found.
play.d/jellyfin-server.sh
View file @
23e33709
...
...
@@ -14,7 +14,7 @@ arch=$(epm print info -a)
PKGURL
=
$(
eget
--list
--latest
"https://download1.rpmfusion.org/free/fedora/releases/42/Everything/
$arch
/os/Packages/j/"
"jellyfin-server*
$arch
.rpm"
)
install_pkgurl
install_pkgurl
||
exit
echo
"Note: You also need to install jellyfin-web using the command:
# epm play jellyfin-web
...
...
repack.d/jellyfin-server.sh
View file @
23e33709
...
...
@@ -22,6 +22,10 @@ subst 's|JELLYFIN_WEB_OPT="--webdir=/usr/share/jellyfin-web"|JELLYFIN_WEB_OPT="-
# because it runs as the jellyfin user, not root
subst
's|JELLYFIN_CONFIG_DIR="/etc/jellyfin"|JELLYFIN_CONFIG_DIR="/var/lib/jellyfin"|'
$BUILDROOT
/etc/sysconfig/jellyfin
# /etc/sudoers.d/jellyfin-sudoers:4:95: duplicate Cmnd_Alias "STOPSERVER_SYSTEMD", previously defined at /etc/sudoers.d/jellyfin-sudoers:4:12
# Cmnd_Alias STOPSERVER_SYSTEMD = /usr/bin/systemctl stop jellyfin, /bin/systemctl stop jellyfin
subst
's|, /bin/systemctl.*||'
$BUILDROOT
/etc/sudoers.d/jellyfin-sudoers
# This is required for ALT systems
if
[
"
$(
epm print info
-s
)
"
=
"alt"
]
;
then
echo
DOTNET_ROOT
=
/usr/lib64/dotnet
>>
$BUILDROOT
/etc/sysconfig/jellyfin
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment