On Tue, Apr 22, 2014 at 09:09:31AM +0200, Martti Kühne wrote:
> On Sat, Apr 19, 2014 at 9:13 AM, Krol, Willem van de <008...@jfc.nl> wrote:
> > Isn't setpgid(0, 0) after setsid() redundant?
> >
>
> No. [0] setsid() creates a new session.
The issue is related to setsid() - in particular if you use
On Sat, Apr 19, 2014 at 9:13 AM, Krol, Willem van de <008...@jfc.nl> wrote:
> Isn't setpgid(0, 0) after setsid() redundant?
>
No. [0] setsid() creates a new session.
cheers!
mar77i
[0] http://pubs.opengroup.org/onlinepubs/009695399/functions/setsid.html
Isn't setpgid(0, 0) after setsid() redundant?
Greetings everyone.
sinit 0.9[0] has been released today on suckless.org.
The code is hosted on git[1] and we also have a dedicated
tools page[2].
You'll find everything you need to know in the code and in
the provided README. I am planning to post some usage information
in the wiki.
Please no