Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: not killing apps started in a zsh
- X-seq: zsh-users 2624
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: Stephane BAUSSON <Stephane.Bausson@xxxxxxxxxxxxxx>
- Subject: Re: not killing apps started in a zsh
- Date: Mon, 27 Sep 1999 16:17:31 -0400
- Cc: zsh-users@xxxxxxxxxxxxxx
- In-reply-to: <37EFC0E3.6EE4978C@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <37EFC0E3.6EE4978C@xxxxxxxxxxxxxx>
> I just beging to use zsh, I have noticed that zsh send the kill signal
> to all the applications started
> from this zsh, that is not the case with other shell. So I would like to
> know a parade to this.
>From zshoptions(1)
HUP <Z>
Send the HUP signal to running jobs when the shell
exits.
So you can put 'setopt nohup' in your startup files to avoid
this behavior. Another solution is to 'disown' your jobs before
exit.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author