Initial commit of sharable config

This commit is contained in:
2026-03-18 16:11:03 -04:00
parent 70fe31870f
commit 62c6d4b832
1462 changed files with 306289 additions and 0 deletions

8
lidarr/bin/with-contenv Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
if [[ -f /run/s6/container_environment/UMASK ]] &&
{ [[ "$(pwdx $$)" =~ "/run/s6/legacy-services/" ]] ||
[[ "$(pwdx $$)" =~ "/run/s6/services/" ]] ||
[[ "$(pwdx $$)" =~ "/servicedirs/svc-" ]]; }; then
umask "$(cat /run/s6/container_environment/UMASK)"
fi
exec /command/with-contenv "$@"