Jaymon / chef-cookbooks

Various Chef cookbooks
MIT License
2 stars 0 forks source link

uWSGI and vagrant-mounted equivalent in Systemd #16

Open Jaymon opened 4 years ago

Jaymon commented 4 years ago

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