zehome / MLVPN

Multi-link VPN (ADSL/SDSL/xDSL/Network aggregation / bonding)
http://www.mlvpn.fr/
BSD 2-Clause "Simplified" License
518 stars 127 forks source link

mlvpn didn't detach from terminal by default #67

Closed ocochard closed 8 years ago

ocochard commented 8 years ago

mlvpn on FreeBSD didn't detach from terminal:

[root@router]# mlvpn -c /usr/local/etc/mlvpn/mlvpn.conf -u mlvpn

=> start correctly but didn't give terminal back

Is a normal behavior ?

zehome commented 8 years ago

Yes it's normal. mlvpn dies not have daemoning support. (It's hard ans challenging to do properly)

ocochard commented 8 years ago

ok, I will use daemon(8) for managing it them.