LiteSpeed Tech

Results 117 comments of LiteSpeed Tech

Addressed in 1.8.2 , use /dev/shm for rtreport now.

Still prefer `/* fall through */` over `__attribute__((fallthrough));` as it is more portable for different compilers/platforms.

> but I do think the fallthrough should be marked using something standards compliant so that compilers know how to interpret it. point taken, on the other hand, we want...

Made some updates regarding this, please check the latest code. should make everybody happy. :-)

But, I think it wont start LSWS for a new installation.

Updated it to ``` if [[ -e /etc/systemd/system ]] || [[ -e /usr/lib/systemd/system ]] || [[ -e /lib/systemd/system ]] ; then if [ "$1" -eq 1 ]; then systemctl start...

Thanks for the bug report. We have found that it causes trouble, so we just removed that environment variable in the latest code. it is not necessary.