Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

🐞 [Bug]: Daemonizing the Process (Moving it to the Background) #274

Open
2 of 4 tasks
shepf opened this issue Nov 4, 2023 · 1 comment
Open
2 of 4 tasks

🐞 [Bug]: Daemonizing the Process (Moving it to the Background) #274

shepf opened this issue Nov 4, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@shepf
Copy link

shepf commented Nov 4, 2023

What happened?

Daemonizing the Process (Moving it to the Background)

Readme.md introduced screen and tmux, why not add nohup? I think many people like to use nohup

Although nohup has some drawbacks, it is simple and can be executed with just one command. I believe adding it to readme would be better.

Version

./pulsar-ubuntu-x86_64-v2-v0.6.14-alpha farm

platform

  • linux
  • windows
  • macos

Expected behavior

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@shepf shepf added the bug Something isn't working label Nov 4, 2023
@jim-counter jim-counter added documentation Improvements or additions to documentation and removed bug Something isn't working labels Nov 4, 2023
@abhi3700
Copy link
Contributor

abhi3700 commented Jan 24, 2024

Based on your info, this is what I found:

If you need a simple way to run a process in the background and don't need to interact with it, nohup is a good choice. If you need to run multiple terminal sessions and switch between them, screen is a good choice. If you need a more feature-rich and modern alternative to screen , tmux is a good choice.

Source

Please create a PR if you think it should be added for linux.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants