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

Run Duck as a Windows Service #83

Closed
patriksvensson opened this issue Apr 12, 2020 · 4 comments · Fixed by #89
Closed

Run Duck as a Windows Service #83

patriksvensson opened this issue Apr 12, 2020 · 4 comments · Fixed by #89
Labels
feature New feature or request
Milestone

Comments

@patriksvensson
Copy link
Member

patriksvensson commented Apr 12, 2020

Is your feature request related to a problem? Please describe.
Would be nice to be able to run Duck as a Windows Service

To install:

> duck install

To uninstall:

> duck uninstall
@patriksvensson patriksvensson added the feature New feature or request label Apr 12, 2020
@gep13
Copy link

gep13 commented Apr 12, 2020

@patriksvensson if you go down the route of creating a Chocolatey Package for Duck, then running as a Windows Service is something that you could setup within the package.

@patriksvensson
Copy link
Member Author

@gep13 Thanks for the info, but this is something I don't want to leave to the package manager. I want this to be purely opt-in and done within the executable, probably with an install command.

@gep13
Copy link

gep13 commented Apr 13, 2020

Fair enough. In which case, if/when you do create the install command, you could add a package parameter to the Chocolatey Package, to allow the execution of that command at the point of installation.

@patriksvensson
Copy link
Member Author

@gep13 Will absolutely do that! 👍

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

Successfully merging a pull request may close this issue.

2 participants