Skip to content

Instantly share code, notes, and snippets.

@tuphamphuong
Created July 12, 2016 07:38
Show Gist options
  • Save tuphamphuong/bfbef699e03eab7ba89e9af09af3a802 to your computer and use it in GitHub Desktop.
Save tuphamphuong/bfbef699e03eab7ba89e9af09af3a802 to your computer and use it in GitHub Desktop.
Fix supervisor unix:///var/run/supervisor.sock no such file
sudo touch /var/run/supervisor.sock
sudo chmod 777 /var/run/supervisor.sock
sudo service supervisor restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment