From 4b79b7759e22eea31d4041386517037a2a21ca8e Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Mon, 8 Jan 2024 21:07:50 -0600 Subject: [PATCH] Remove unused file Signed-off-by: Eric Nemchik --- root/defaults/plexmediaserver | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 root/defaults/plexmediaserver diff --git a/root/defaults/plexmediaserver b/root/defaults/plexmediaserver deleted file mode 100644 index 071c896..0000000 --- a/root/defaults/plexmediaserver +++ /dev/null @@ -1,16 +0,0 @@ -# default script for Plex Media Server - -# the number of plugins that can run at the same time -PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS=6 - -# ulimit -s $PLEX_MEDIA_SERVER_MAX_STACK_SIZE -PLEX_MEDIA_SERVER_MAX_STACK_SIZE=3000 - -# uncomment to set it to something else -PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR="/config/Library/Application Support" - -# the user that PMS should run as, defaults to 'plex' -# note that if you change this you might need to move -# the Application Support directory to not lose your -# media library -PLEX_MEDIA_SERVER_USER=abc