From cd282f0d494b3769394a954369ad4906007d1320 Mon Sep 17 00:00:00 2001 From: mhoellein Date: Thu, 23 Jan 2020 10:32:49 +0100 Subject: [PATCH] committing changes in /etc after apt run Package changes: -plexmediaserver 1.16.3.1402-22929c8a2 amd64 --- .etckeeper | 3 --- apt/sources.list.d/plexmediaserver.list | 3 --- default/plexmediaserver | 23 ------------------- init/plexmediaserver.conf | 22 ------------------ .../plexmediaserver.service | 1 - 5 files changed, 52 deletions(-) delete mode 100644 apt/sources.list.d/plexmediaserver.list delete mode 100644 default/plexmediaserver delete mode 100644 init/plexmediaserver.conf delete mode 120000 systemd/system/multi-user.target.wants/plexmediaserver.service diff --git a/.etckeeper b/.etckeeper index e5dee35c..a3f68784 100755 --- a/.etckeeper +++ b/.etckeeper @@ -772,7 +772,6 @@ maybe chmod 0755 'apt/sources.list.d' maybe chmod 0644 'apt/sources.list.d/MariaDB.list' maybe chmod 0644 'apt/sources.list.d/apache2.list' maybe chmod 0644 'apt/sources.list.d/official-package-repositories.list' -maybe chmod 0644 'apt/sources.list.d/plexmediaserver.list' maybe chmod 0600 'apt/trustdb.gpg' maybe chmod 0644 'apt/trusted.gpg' maybe chmod 0755 'apt/trusted.gpg.d' @@ -2188,7 +2187,6 @@ maybe chmod 0644 'default/ntp' maybe chmod 0644 'default/ntpdate' maybe chmod 0644 'default/openbsd-inetd' maybe chmod 0644 'default/openvpn' -maybe chmod 0644 'default/plexmediaserver' maybe chmod 0644 'default/proftpd' maybe chmod 0644 'default/rcS' maybe chmod 0644 'default/redis-server' @@ -2953,7 +2951,6 @@ maybe chmod 0644 'init/network-manager.conf' maybe chmod 0644 'init/network-manager.override' maybe chmod 0644 'init/oem-config.conf' maybe chmod 0644 'init/php7.2-fpm.conf' -maybe chmod 0644 'init/plexmediaserver.conf' maybe chmod 0644 'init/plymouth-log.conf' maybe chmod 0644 'init/plymouth-ready.conf' maybe chmod 0644 'init/plymouth-shutdown.conf' diff --git a/apt/sources.list.d/plexmediaserver.list b/apt/sources.list.d/plexmediaserver.list deleted file mode 100644 index fbf9252b..00000000 --- a/apt/sources.list.d/plexmediaserver.list +++ /dev/null @@ -1,3 +0,0 @@ -# When enabling this repo please remember to add the PlexPublic.Key into the apt setup. -# wget -q https://downloads.plex.tv/plex-keys/PlexSign.key -O - | sudo apt-key add - -#deb https://downloads.plex.tv/repo/deb/ public main diff --git a/default/plexmediaserver b/default/plexmediaserver deleted file mode 100644 index 51709fc8..00000000 --- a/default/plexmediaserver +++ /dev/null @@ -1,23 +0,0 @@ -# default script for Plex Media Server - -# the number of plugins that can run at the same time -export PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS=6 - -# ulimit -s $PLEX_MEDIA_SERVER_MAX_STACK_SIZE -export PLEX_MEDIA_SERVER_MAX_STACK_SIZE=3000 - -# where the mediaserver should store the transcodes -export PLEX_MEDIA_SERVER_TMPDIR=/tmp - -# uncomment to set it to something else -# export PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR="${HOME}/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 (match what is in /etc/passwd) -export PLEX_MEDIA_SERVER_USER=plex - -# Uncomment this to use syslog for logging instead of -# sending logs to Plex Media Server.log -#export PLEX_MEDIA_SERVER_USE_SYSLOG=true diff --git a/init/plexmediaserver.conf b/init/plexmediaserver.conf deleted file mode 100644 index cc1bca5a..00000000 --- a/init/plexmediaserver.conf +++ /dev/null @@ -1,22 +0,0 @@ -# Plex Media Server - service job file - -description "Plex Media Server" -author "https://plex.tv/" - -# Start the media server after network and filesystem -# Otherwise this lead to a unresponsive server -start on filesystem and net-device-up IFACE!=lo - -# When to stop the service -stop on runlevel [016] - -# Automatically restart process if crashed -respawn - -# What to execute -script - if [ -r /etc/default/plexmediaserver ]; then - . /etc/default/plexmediaserver - fi - start-stop-daemon --start -c $PLEX_MEDIA_SERVER_USER --exec /usr/sbin/start_pms -end script diff --git a/systemd/system/multi-user.target.wants/plexmediaserver.service b/systemd/system/multi-user.target.wants/plexmediaserver.service deleted file mode 120000 index 7dd44393..00000000 --- a/systemd/system/multi-user.target.wants/plexmediaserver.service +++ /dev/null @@ -1 +0,0 @@ -/lib/systemd/system/plexmediaserver.service \ No newline at end of file -- 2.43.0