-
Notifications
You must be signed in to change notification settings - Fork 685
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
How to enable the service? #319
Comments
Override install function to run service after installation |
@rngallen could you give me an example, please? |
compile you code e.g go build -o sample.exe |
Thanks for the comments above, in my case I'm handling starting of service post install, but in Cent OS 7 for example it doesn't get enabled Enabled means the service will auto start during system startup In other common distros this is not a problem for me |
This REALLY needs to be in the docs or examples |
I noticed in Cent OS 7 after installing the service it won't get enabled.
Is there something different I need to do?
For now I'm manually running systemctl command to enable it
The text was updated successfully, but these errors were encountered: