Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove bootstrap socket config after Ghost was started #805

Closed
kirrg001 opened this issue Aug 29, 2018 · 0 comments · Fixed by #837
Closed

Remove bootstrap socket config after Ghost was started #805

kirrg001 opened this issue Aug 29, 2018 · 0 comments · Fixed by #837

Comments

@kirrg001
Copy link
Contributor

Summary

With CLI 1.9 we have invented a new mechanism for systemd to figure out if Ghost is running or not.

CLI writes into the blog's config file, but doesn't clean up it afterwards (bootstrap-socket options)

If you then run ghost run the bootstrap socket options still exist and Ghost tries to connect to the socket. That is all fine, Ghost is just trying and stops after 3 tries, but it's very confusing.

If we remove the config, the CLI will add it next time ghost get's started/restarted.

Steps to Reproduce

  1. Install Ghost on production using systemd
  2. Start your blog
  3. Stop your blog
  4. run ghost run

Ghost-CLI: master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant