If specify user and group in config, for example FCGI_USER=nginx FCGI_GROUP=nginx path /run/spawn-fcgi have wrong rights drwx------ 2 root root 680 Jul 28 18:43 spawn-fcgi Fix in /etc/init.d/spawn-fcgi - checkpath -q -d -m 700 /run/spawn-fcgi + checkpath -q -d -m 700 -o ${FCGI_USER}:${FCGI_GROUP} /run/spawn-fcgi Reproducible: Always