Added a daemonize() function to account for certain conditions where the forked proce...
authorLinuxMercedes <LinuxMercedes@gmail.com>
Mon, 9 Jan 2012 22:27:57 +0000 (16:27 -0600)
committerDerrik Pates <demon@now.ai>
Mon, 19 Mar 2012 16:00:54 +0000 (10:00 -0600)
commit39b9a017017c805f0421f9d8b55788ccb1ec8516
treeb8dc2562d59ddd87b3a7366d1d439d3cfa2334c0
parent5db105210ac5acbc268736362148359c9cc8158c
Added a daemonize() function to account for certain conditions where the forked process would still die (e.g. if mounted as a home directory and the user logs in multiple times).
examples/loopback.pl