Jaymon / chef-cookbooks

Various Chef cookbooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uWSGI and vagrant-mounted equivalent in Systemd

Jaymon opened this issue · comments

uWSGI had

start on ((local-filesystems and runlevel [2345]) or vagrant-mounted)

in the upstart scripts, the vagrant-mounted was there because otherwise on vagrant reload uwsgi will be started but Vagrant hasn't mounted the shared directories yet so uwsgi errors out because it can't find the uwsgi file if it is in a shared directory, this might not work in systemd, so verify everything is working and then this issue can be closed


See also PRIVATE_REPO_ISSUE#65 Put vagrant-mounted back into uwsgi cookbook from Dec 2016