Introduction
Introduction Statistics Contact Development Disclaimer Help
No need to setsid() early - sinit - suckless init
git clone git://git.suckless.org/sinit
Log
Files
Refs
README
LICENSE
---
commit 3a953eac00727baf7a5e3f3194257daa9529df37
parent 77e8aa520d8be2ebbebbcba2a08e245cfd0ae758
Author: sin <[email protected]>
Date: Sun, 16 Feb 2014 20:16:42 +0000
No need to setsid() early
Diffstat:
M sinit.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
diff --git a/sinit.c b/sinit.c
@@ -34,7 +34,6 @@ main(void)
if (getpid() != 1)
return EXIT_FAILURE;
- setsid();
chdir("/");
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.