entropy1337/infernal-twin

not running under windows 8

dav781 opened this issue · 2 comments

not running under windows 8
ndrix commented
os.system('/etc/init.d/apache2 start >/dev/null 2>&1')
os.system('/etc/init.d/mysql start >/dev/null 2>&1')

Probably failed :) - this is for posix systems only, won't run under windows. Maybe (untested!) under WSL2 under Win10