Currently gpgol.js needs two running processes:
- gpgol-client.exe
- gpgol-server.exe
Currently these two processes are launched manually from the command line. These two should be backgroud processes launched automatically.
Currently gpgol.js needs two running processes:
Currently these two processes are launched manually from the command line. These two should be backgroud processes launched automatically.
Last time I used the Non-Sucking Service Manager to create a windows service.
This works fine when the program gracefully stops on a OS terminate signal.
But this is an additional dependency.
in the meantime we decided it's not always desirable to have the process autostarted. therefore the current default (manual start) is considered ok, but if possible a configuration option should be implemented, so users can activate autostart if they find it useful.