mirror of
https://github.com/spritsail/plex-media-server.git
synced 2025-07-04 07:10:56 +00:00
Fix Plex logging by cheating with 'tail -f'
This commit is contained in:
@ -42,4 +42,6 @@ if [ -f "$PIDFILE" ]; then
|
||||
rm -f "$PIDFILE"
|
||||
fi
|
||||
|
||||
tail -F "$PLEX_MEDIA_SERVER_CONFIG_DIR/Logs/Plex Media Server.log" >/proc/1/fd/1 2>/dev/null &
|
||||
|
||||
exec su-exec $UID:$GID "$PLEX_MEDIA_SERVER_HOME/Plex Media Server"
|
||||
|
Reference in New Issue
Block a user