Signed-off-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
Eric Nemchik
2024-01-08 19:32:59 -06:00
parent cc80a43d42
commit 7a5ff21192
22 changed files with 15 additions and 100 deletions
@@ -0,0 +1,7 @@
#!/usr/bin/with-contenv bash
echo "Remove codecs: start"
find "/config/Library/Application Support/Plex Media Server/Codecs/"* -type d -exec rm -rv {} +
echo "Remove codecs: end"
@@ -0,0 +1 @@
oneshot
@@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/init-mod-plex-remove-codecs/run