aboutsummaryrefslogtreecommitdiffstats
path: root/wg-dynamic-client.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-06Didn't realize libc has daemon()Tushar Pankaj2-68/+0
Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
2018-11-01Add daemonize function to fork off as a daemon.Tushar Pankaj2-0/+68
Method: 1. Forks off 2. Becomes session leader 3. Forks off again 4. Sets up new environment 5. Closes all open file descriptors Squashed commit of the following: commit 1e71e5dcc6f979ce2f06d59e3c05660fa97e69f3 Author: Tushar Pankaj <tushar.s.pankaj@gmail.com> Date: Thu Nov 1 16:28:09 2018 -0500 Fix missing include in daemonize Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com> commit 80aaa1112f2bf21f98be02f9e5f8be4bc7ed94d1 Author: Tushar Pankaj <tushar.s.pankaj@gmail.com> Date: Thu Nov 1 16:23:34 2018 -0500 First draft of daemonize Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
2018-10-31Empty files for protocol codeTushar Pankaj3-0/+17
Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
2018-10-31Add editor temporaries to gitignoreTushar Pankaj1-0/+3
Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
2018-10-31Update (C) in licenseTushar Pankaj1-1/+1
Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>