Page MenuHome GnuPG

Autostart
Open, NormalPublic

Description

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.

Event Timeline

werner triaged this task as Normal priority.Oct 10 2024, 9:02 AM
werner added subscribers: alexk, werner.

Is there a mechanism which can be used for this? Of course this could be done using the usual autostart feature, or we turn the server into a Windows service (ask @alexk). Start the client along with kleopatra?

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.