1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-31 05:47:43 +03:00
lvm2/daemons
Zdenek Kabelac b3b1e788e1 daemonize: more unified code
ATM we have several instances of daemonizing code.
Each has its 'special' logic so not completely easy
to unify them all into a single routine.

Start to unify them and use one strategy for rediricting
all input/outpus to /dev/null - use 'dup2' function for this
and open /dev/null before fork to make sure it's available.
2017-08-25 14:20:57 +02:00
..
2017-08-25 14:20:57 +02:00
2017-08-01 11:53:30 +02:00
2017-08-01 11:53:30 +02:00
2017-08-01 11:53:32 +02:00
2017-08-23 11:30:55 -05:00
2017-08-01 11:53:30 +02:00
2017-03-09 18:50:15 +00:00