Revert "rebase plex to jammy, update to s6v3, remove opencl drivers"
This commit is contained in:
parent
40743bbeb1
commit
42744a60e0
32 changed files with 23 additions and 32 deletions
8
root/etc/services.d/plex/run
Normal file
8
root/etc/services.d/plex/run
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/with-contenv bash
|
||||
|
||||
echo "Starting Plex Media Server."
|
||||
export PLEX_MEDIA_SERVER_INFO_MODEL=$(uname -m)
|
||||
export PLEX_MEDIA_SERVER_INFO_PLATFORM_VERSION=$(uname -r)
|
||||
exec \
|
||||
s6-setuidgid abc \
|
||||
/usr/lib/plexmediaserver/Plex\ Media\ Server
|
||||
Loading…
Add table
Add a link
Reference in a new issue