sstp-server
sstp-server copied to clipboard
[Feature Req] Daemon mode
A daemon mode which like ss's is good. sstpd -f /etc/sstpd.ini -l /var/log/sstpd.log -d start
make daemon start and redirect output to /var/log/sstpd.log
.
nohup
is evil.
See #12, and [email protected] may help.
Maybe move it here?
Yes. supervisor
is good. but it still some issues in el6(python-2.6 and gcc-4.4) that we can't install sstp-server
and manage it by supervisor
directly. I'll write blog to guide how to fix it.
i use cython or/and cxfreeze and make executables to port my apps to legacy distributions. 2.6 is such legacy)