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

Add Windows service support #89

Merged
merged 2 commits into from
Apr 20, 2020
Merged

Add Windows service support #89

merged 2 commits into from
Apr 20, 2020

Conversation

patriksvensson
Copy link
Member

  • Do not block on HTTP server
  • Add support for installing and uninstalling service

Closes #83

* Do not block on HTTP server
* Add support for installing and uninstalling service

Closes #83
@patriksvensson patriksvensson merged commit 92a9a93 into duckhq:master Apr 20, 2020
@patriksvensson patriksvensson deleted the feature/GH-83 branch April 20, 2020 15:49
Copy link

@gep13 gep13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a minor suggestion.

@@ -6,7 +6,7 @@ fn main() {
if env::var("CARGO_FEATURE_EMBEDDED_WEB").is_ok() {
let dir = Path::new("./web/dist");
if !dir.exists() {
panic!("The UI have not been built.");
panic!("The UI have not been built");
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
panic!("The UI have not been built");
panic!("The UI has not been built");

@gep13
Copy link

gep13 commented Apr 20, 2020

@patriksvensson ah, see that you already merged this :-) Nothing major in the review.

@patriksvensson
Copy link
Member Author

@gep13 Not to late to change things. What was your suggestion?

@patriksvensson
Copy link
Member Author

@gep13 Didn’t see your comment for some reason. Will change! Thanks a lot! 😊

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

Successfully merging this pull request may close these issues.

Run Duck as a Windows Service
2 participants