rebase plex to jammy, update to s6v3, remove opencl drivers
This commit is contained in:
parent
12d7dc9c8c
commit
3d443205d4
32 changed files with 32 additions and 23 deletions
1
root/etc/s6-overlay/s6-rc.d/svc-plex/notification-fd
Normal file
1
root/etc/s6-overlay/s6-rc.d/svc-plex/notification-fd
Normal file
|
|
@ -0,0 +1 @@
|
|||
3
|
||||
8
root/etc/s6-overlay/s6-rc.d/svc-plex/run
Executable file
8
root/etc/s6-overlay/s6-rc.d/svc-plex/run
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/with-contenv bash
|
||||
|
||||
echo "Starting Plex Media Server. . . (you can ignore the libusb_init error)"
|
||||
export PLEX_MEDIA_SERVER_INFO_MODEL=$(uname -m)
|
||||
export PLEX_MEDIA_SERVER_INFO_PLATFORM_VERSION=$(uname -r)
|
||||
exec \
|
||||
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z 127.0.0.1 32400" \
|
||||
s6-setuidgid abc "/usr/lib/plexmediaserver/Plex Media Server"
|
||||
1
root/etc/s6-overlay/s6-rc.d/svc-plex/type
Normal file
1
root/etc/s6-overlay/s6-rc.d/svc-plex/type
Normal file
|
|
@ -0,0 +1 @@
|
|||
longrun
|
||||
Loading…
Add table
Add a link
Reference in a new issue