takama / daemon

A daemon package for use with Go (golang) services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows, Service remove

wahmedswl opened this issue · comments

Hi,
Service remove should be silent, currently when service.Remove() is called, NSSM show dialogue to ask to continue.

To remove a service without confirmation:

        nssm remove <servicename> confirm

Thanks

Ok, reasonable.
I have not any PC with Windows and I can not contribute in Windows part of the project. Sorry.
Could you make pull request for these fixes?

thank you

commented

#48 here is the fixes.

Closed due to #70