gorush
gorush copied to clipboard
Ubuntu installation issue.
Hi, I have very unusual issue. I have an ubuntu 22 and I needed gorush run as native service.
I tried script in debian ubuntu - over all it work, but gorush silently die after start. debug level of logs don't say much.
I tried vanilla service descriptor. GoRush started, but don't return status code and service hanging a while, when system kills it. By logs gorush starting, I can send several messages, and gracefully shutdown because os kill it by pid. looks like it don't detaches to background and don't return proper status to service scheduler.
I tried it under Mac, no issue, but with ubuntu I get them.
May be you port it and all I need to add some custom apt source to installed it properly?
I have an ubuntu 22 and I needed gorush run as native service.
Can you provide your steps?