[Feature Req] Daemon mode
caoli5288 opened this issue · 4 comments
caoli5288 commented
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.
sorz commented
See #12, and sstp-server@.service may help.
alex-eri commented
Maybe move it here?
caoli5288 commented
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.
alex-eri commented
i use cython or/and cxfreeze and make executables to port my apps to legacy distributions. 2.6 is such legacy)