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

Windows support #2

Open
vorner opened this issue Sep 2, 2018 · 0 comments
Open

Windows support #2

vorner opened this issue Sep 2, 2018 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@vorner
Copy link
Owner

vorner commented Sep 2, 2018

Currently, the crate supports only unix systems. Part of the functionality could be useful on windows and there is sure to be some way windows services start as services. It would be great if we could also support windows.

First phase

There are some unix-specific things in there ‒ the signals and unix-specific daemonization. These could be just removed and made unavailable. It would be up to the user of the crate to do something meaningful and ask for configuration reloading when relevant, but it would at least compile.

This probably should also make the configuration option about daemonization disappear on windows.

Second phase

Someone who knows how it works on windows could provide similar platform specific routines & config fragment.

@vorner vorner added enhancement New feature or request help wanted Extra attention is needed labels Sep 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant