cbdc9d6664
- #4: LXC/Container Drop-in (lxc-compat.conf) deaktiviert systemd-Hardening; Installer erkennt Container automatisch und bietet Drop-in an - #5: WorkingDirectory=/opt/pdf-ocr-hotfolder in Template-Unit ergänzt - #6: Installer bietet auf Debian 12 bei betroffenen GS-Versionen automatisch bookworm-backports Upgrade an (statt nur Warnung) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
11 lines
326 B
Plaintext
11 lines
326 B
Plaintext
# Drop-in für LXC/Container-Betrieb
|
|
# Kopieren nach: /etc/systemd/system/pdf-ocr-hotfolder@.service.d/lxc-compat.conf
|
|
# Danach: systemctl daemon-reload && systemctl restart 'pdf-ocr-hotfolder@*'
|
|
|
|
[Service]
|
|
PrivateTmp=false
|
|
ProtectSystem=false
|
|
ProtectKernelTunables=false
|
|
ProtectKernelModules=false
|
|
ProtectControlGroups=false
|