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

Exit codes shouldn't necessarily be interpreted #47

Open
netbsduser opened this issue Oct 16, 2021 · 0 comments
Open

Exit codes shouldn't necessarily be interpreted #47

netbsduser opened this issue Oct 16, 2021 · 0 comments

Comments

@netbsduser
Copy link
Member

Exit codes are interpreted as systemd specific exit codes (>200), BSD sysexit.h codes, or LSB exit codes.

This is not necessarily correct - individual daemons have their own exit code conventions.

It might be wise to move the interpretation of exit codes into svcctl and let individual services list their exit code mappings, or introduce a more general mechanism for this.

@netbsduser netbsduser added this to To do in Improved diagnostics via automation Oct 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant