-
Notifications
You must be signed in to change notification settings - Fork 9
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
Feature/add arguments to service #35
Feature/add arguments to service #35
Conversation
now you can: - install dotnet Service (z.B.: dotnet c:\Service\service.dll) - add arguments to Service (z.B.: c:\Service\service.exe --Args)
cc1c3c5
to
8c7902a
Compare
Any idea when we might see these features pulled? |
This is great!! Sorry for the delay, I am in the middle of moving. I should have some time early this coming week to review this more thoroughly. |
I am also looking for these features. Thanks for the PR @DarkChaos and thanks @Dejulia489 for this module overall. Has been a big help. |
Made the following changes:
This has been published to the Marketplace, thanks for the PR! |
Implemented support to set Displayname, Description and StartupType for non TopShelf services.
Fixed Spaces issue in Service name (#28)
Implemented support for Command Arguments Implemented support to install dotnet based Services (Fixes #11)
Fixed Permission issue (add RunAsService Permission while installation)
Added Service removal to CleanInstall