(calibre-web) Add --no-sandbox for PDF conversion (#14461)

This commit is contained in:
James Myatt
2026-05-13 10:28:17 +01:00
committed by GitHub
parent dd5ddb2b40
commit 03ca1543d9

View File

@@ -52,6 +52,7 @@ After=network.target
[Service]
Type=simple
User=root
Environment="QTWEBENGINE_CHROMIUM_FLAGS=--no-sandbox"
WorkingDirectory=/opt/calibre-web
ExecStart=/opt/calibre-web/.venv/bin/python /opt/calibre-web/cps.py
Restart=on-failure