mirror of
https://github.com/Zygo/bees.git
synced 2025-05-17 21:35:45 +02:00
Remove process forking from frontend script
Now with the patches integrated to filter logging output, we can finally remove forking a subprocess and stop redirecting file descriptors. We instead use exec to replace the process with the final daemon. Signed-off-by: Kai Krakow <kai@kaishome.de>
This commit is contained in:
parent
f7320baa56
commit
d930136484
@ -115,6 +115,4 @@ fi
|
||||
|
||||
MNT_DIR="${MNT_DIR//\/\//\/}"
|
||||
|
||||
cd $MNT_DIR && @LIBEXEC_PREFIX@/bees ${ARGUMENTS[@]} $OPTIONS "$MNT_DIR" 3>&1 2>&1
|
||||
|
||||
exit 0
|
||||
cd $MNT_DIR && exec @LIBEXEC_PREFIX@/bees ${ARGUMENTS[@]} $OPTIONS "$MNT_DIR"
|
||||
|
Loading…
x
Reference in New Issue
Block a user