You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run signal-cli in http daemon mode as Windows service.
On command-line I start signal-cli.bat -a +491234567890 daemon --http localhost:1234
I know that Java programs cannot be directly executed as Windows service, you need a wrapper program that acts as a Windows service and then starts the Java process. Are there any recommendations for such a wrapper and it's configuration?
I already tried https://yajsw.sourceforge.io, but it doesn't work correctly when used with signal-cli, it always fails in Shutdown.installHandler
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to run signal-cli in http daemon mode as Windows service.
On command-line I start
signal-cli.bat -a +491234567890 daemon --http localhost:1234
I know that Java programs cannot be directly executed as Windows service, you need a wrapper program that acts as a Windows service and then starts the Java process. Are there any recommendations for such a wrapper and it's configuration?
I already tried https://yajsw.sourceforge.io, but it doesn't work correctly when used with signal-cli, it always fails in
Shutdown.installHandler
Beta Was this translation helpful? Give feedback.
All reactions