We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Am trying to install the Logger example,
I can install the service by running main.exe -service install.
but if i try to start the service with main -service start - or if i manually try in services.msc to start it i get this error :
Any idea to whats going on ? note i am running it as administrator and tried to change user from local account to administrator also but no avail.
GIF if i try to start it manually in services.scv :
https://i.imgur.com/AG3xGH0.gifv
And it is this program with no modification im trying to run :
https://github.com/kardianos/service/blob/master/example/logging/main.go
The text was updated successfully, but these errors were encountered:
@goltvn Removing this two strings from dependencies and rebuilding the source can make it work. Please refer to this issue.
Sorry, something went wrong.
No branches or pull requests
Am trying to install the Logger example,
I can install the service by running main.exe -service install.
but if i try to start the service with main -service start - or if i manually try in services.msc to start it i get this error :
Any idea to whats going on ? note i am running it as administrator and tried to change user from local account to administrator also but no avail.
GIF if i try to start it manually in services.scv :
https://i.imgur.com/AG3xGH0.gifv
And it is this program with no modification im trying to run :
https://github.com/kardianos/service/blob/master/example/logging/main.go
The text was updated successfully, but these errors were encountered: