Set ulimit with Python (#19105)

* Set ulimit with python instead of in s6 startup

* move to services and add env var

* add comment
This commit is contained in:
Josh Hawkins
2025-07-11 08:11:35 -05:00
committed by GitHub
parent 687e118b58
commit 3bda638678
4 changed files with 21 additions and 58 deletions
@@ -50,7 +50,6 @@ function set_libva_version() {
echo "[INFO] Preparing Frigate..."
migrate_db_path
set_libva_version
/usr/local/ulimit/set_ulimit.sh
echo "[INFO] Starting Frigate..."
cd /opt/frigate || echo "[ERROR] Failed to change working directory to /opt/frigate"