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

Ampersand doesn't correctly run command in background #1849

Closed
mufunyo opened this issue Apr 2, 2017 · 3 comments
Closed

Ampersand doesn't correctly run command in background #1849

mufunyo opened this issue Apr 2, 2017 · 3 comments

Comments

@mufunyo
Copy link

mufunyo commented Apr 2, 2017

Run a command in the background like so:
xeyes &
Then close the terminal that launched the background process.

Expected result: process should keep running in the background.

Actual result: process is killed along with the terminal.

@therealkenc
Copy link
Collaborator

#1511 #1263 #1007 #834.

@poizan42
Copy link

poizan42 commented Apr 3, 2017

Well, I don't think you should expect it not to close without nohup, setsid or disown. Of course neither works at the moment because everything is shut down when you close the terminal.

But I would suggest you vote on this UserVoice to let the team know that you want them to prioritize supporting background processes.

@benhillis
Copy link
Member

Agreed with @therealkenc, already many issues on this subject so closing this as a duplicate.

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

No branches or pull requests

4 participants