]> git.hoellein.online Git - homeserver/commitdiff
committing changes in /etc after apt run
authormhoellein <mhoellein@freenet.de>
Thu, 23 Jan 2020 09:32:49 +0000 (10:32 +0100)
committermhoellein <mhoellein@freenet.de>
Thu, 23 Jan 2020 09:32:49 +0000 (10:32 +0100)
Package changes:
-plexmediaserver 1.16.3.1402-22929c8a2 amd64

.etckeeper
apt/sources.list.d/plexmediaserver.list [deleted file]
default/plexmediaserver [deleted file]
init/plexmediaserver.conf [deleted file]
systemd/system/multi-user.target.wants/plexmediaserver.service [deleted symlink]

index e5dee35ca042ee1fe3bb65363b1a5fd03bc8d144..a3f687840d4b18e0dfaac53d8b12f16553cd7c76 100755 (executable)
@@ -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 (file)
index fbf9252..0000000
+++ /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 (file)
index 51709fc..0000000
+++ /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 (file)
index cc1bca5..0000000
+++ /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 (symlink)
index 7dd4439..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/lib/systemd/system/plexmediaserver.service
\ No newline at end of file