Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output progress of start command #248

Open
ash211 opened this issue Jun 22, 2022 · 0 comments
Open

Output progress of start command #248

ash211 opened this issue Jun 22, 2022 · 0 comments

Comments

@ash211
Copy link
Contributor

ash211 commented Jun 22, 2022

What happened?

In my product, a sysadmin manually starts a "bootvisor" service using ./service/bin/init.sh start from an extracted tarball. Currently they get no output that the service started, so I'd like to give them some output.

Current

$ ./service/bin/init.sh start
$

Did it start? Did it fail on startup? Unknown

Proposed

$ ./service/bin/init.sh start
Started.
$

This doesn't have to happen all the time, I'd be happy to put it behind a flag for just this one service.

I first looked at sls-packaging, but the init.sh start script there just delegates to this go java launcher: https://github.com/palantir/sls-packaging/blob/587e544f6e8aad549d2567da5dba8dad61f5799d/gradle-sls-packaging/src/main/resources/init.sh#L60

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant