LXC Compatibility: systemd security options cause failure #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When running the tool in an LXC container, the systemd unit fails to start (error 226/NAMESPACE) due to security hardening options like
PrivateTmp=trueandProtectSystem=full.Suggested Fix:
Provide a systemd drop-in or modify the unit template to allow disabling these options for containerized deployments, or document the need for a drop-in at
/etc/systemd/system/pdf-ocr-hotfolder@.service.d/lxc-compat.conf.