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

feat(sysvinit): improve detection of sysvinit when update-rc.d is not installed #42

Closed
wants to merge 1 commit into from

Conversation

reubenmiller
Copy link
Contributor

Improve the sysvinit service control on linux distributions that use SysVInit but don't use update-rc.d (e.g. Yocto based distributions).

@reubenmiller reubenmiller force-pushed the feat-yocto-sysvinit-detection branch from 7ef3874 to 86cabee Compare May 16, 2024 13:36
@reubenmiller
Copy link
Contributor Author

The assumption of this PR was incorrect. update-rc.d is available in Yocto (when using sysvinit), however it under /usr/sbin or /sbin and sometimes those paths are not added to a non-root user (so they think that it does not exist)

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

Successfully merging this pull request may close these issues.

1 participant