Skip to content

rust/copy: exec cmd rather than just calling it. #35

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

Merged
merged 1 commit into from
Nov 22, 2024
Merged

Conversation

kanaka
Copy link
Collaborator

@kanaka kanaka commented Nov 21, 2024

The wait command was already doing this but copy was not. For many services this is not an issue. However, systemd init processes expect to be the first process (pid 1), and fail with this error if they are not:
Couldn't find an alternative telinit implementation to spawn.

Also, add running command print to wait to be consistent with copy (and with the original wait.sh).

The wait command was already doing this but copy was not. For many
services this is not an issue. However, systemd init processes expect to
be the first process (pid 1), and fail with this error if they are not:
    Couldn't find an alternative telinit implementation to spawn.

Also, add running command print to wait to be consistent with copy (and
with the original wait.sh).
@kanaka kanaka requested review from jonsmock and gdw2 November 21, 2024 22:01
@kanaka kanaka merged commit f896595 into master Nov 22, 2024
2 checks passed
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.

3 participants