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

"Web Service" questions... #183

Open
d8ahazard opened this issue Aug 10, 2021 · 1 comment
Open

"Web Service" questions... #183

d8ahazard opened this issue Aug 10, 2021 · 1 comment
Labels

Comments

@d8ahazard
Copy link
Contributor

So, here's a good one for you...

The app I'm using in conjunction with Comitup also runs a web service, and so needs to be started and stopped by comitup.

However, my app also has an optional "auto-update" feature that is intended to stop the application service, run a git pull, rebuild the app, and then restart the service.

If I'm using comitup to manage the starting and stopping of this sub-service, is there a way to directly control it via comitup, or should I be starting and stopping comitup instead?

Secondly - is there any way to only run the wifi daemon when NO network connection is detected? I think you are touching on this in #168...but maybe there's something else I'm missing.

@davesteele
Copy link
Owner

There is no way to have Comitup run this process for you. It may be OK to just let your process run. If CONNECTED, Comitup doesn't care, and otherwise the process is going to fail anyway.

Yes, that is #168.

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

No branches or pull requests

2 participants