79723461

Date: 2025-08-02 15:29:04
Score: 2.5
Natty:
Report link

For anyone looking in future, @IvanShatsky's answer above solved it. Disable PrivateTmp and it works


sudo bash -c "cat > /etc/systemd/system/nginx.service.d/override.conf" <<EOF
[Service]
PrivateTmp=false
EOF
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @IvanShatsky's
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Mr Confused