PHP 8.2.31
Preview: wswatch.sh Size: 843 B
/proc/thread-self/root/usr/local/lsws/bin/wswatch.sh

#!/bin/sh

BASE_DIR=`dirname "$0"`
cd "$BASE_DIR"
BASE_DIR=`pwd`


while [ "1" -eq "1" ]; do

ERR=1
if [ -f /tmp/lshttpd/lshttpd.pid ]; then
    kill -0 `cat /tmp/lshttpd/lshttpd.pid` 2>/dev/null
    ERR=$?
fi

if [ $ERR -ne 0 ]; then
    sleep 10
    if [ -f /tmp/lshttpd/lshttpd.pid ]; then
        kill -0 `cat /tmp/lshttpd/lshttpd.pid` 2>/dev/null
        ERR=$?
    fi
fi

if [ $ERR -ne 0 ]; then
    D=`date`
    echo "$D: LSWS stopped, start LSWS." >> $BASE_DIR/../logs/wswatch.log
    if [ -f /usr/sbin/service ]; then
        /usr/sbin/service lsws start >> $BASE_DIR/../logs/wswatch.log 2>&1
    else 
        if [ -f /sbin/service ]; then
            /sbin/service lsws start >> $BASE_DIR/../logs/wswatch.log 2>&1
        else
            service lsws start >> $BASE_DIR/../logs/wswatch.log 2>&1
        fi
    fi
fi
sleep 2

done

Directory Contents

Dirs: 0 × Files: 27

Name Size Perms Modified Actions
262.84 KB lr-xr-xr-x 2026-05-16 08:00:52
Edit Download
7.34 MB lr-xr-xr-x 2026-05-16 08:00:52
Edit Download
262.84 KB lr-xr-xr-x 2026-05-16 08:00:52
Edit Download
78.22 KB lr-xr-xr-x 2024-03-21 18:57:09
Edit Download
78.27 KB lr-xr-xr-x 2024-07-11 18:56:54
Edit Download
206.17 KB lr-xr-xr-x 2025-02-04 09:00:22
Edit Download
241.02 KB lr-xr-xr-x 2025-04-15 08:01:11
Edit Download
241.05 KB lr-xr-xr-x 2025-07-30 08:00:24
Edit Download
241.16 KB lr-xr-xr-x 2026-02-26 09:00:10
Edit Download
262.84 KB lr-xr-xr-x 2026-05-16 08:00:52
Edit Download
7.34 MB lr-xr-xr-x 2026-05-16 08:00:52
Edit Download
7.26 MB lr-xr-xr-x 2024-03-21 18:57:09
Edit Download
7.26 MB lr-xr-xr-x 2024-07-11 18:56:54
Edit Download
7.31 MB lr-xr-xr-x 2025-02-04 09:00:21
Edit Download
7.32 MB lr-xr-xr-x 2025-04-15 08:01:11
Edit Download
7.33 MB lr-xr-xr-x 2025-07-30 08:00:24
Edit Download
7.34 MB lr-xr-xr-x 2026-02-26 09:00:10
Edit Download
7.34 MB lr-xr-xr-x 2026-05-16 08:00:52
Edit Download
6.33 KB lr-xr-xr-x 2026-05-16 08:00:52
Edit Download
6.29 KB lr-xr-xr-x 2024-03-21 18:57:09
Edit Download
6.29 KB lr-xr-xr-x 2024-07-11 18:56:54
Edit Download
6.29 KB lr-xr-xr-x 2025-02-04 09:00:21
Edit Download
6.33 KB lr-xr-xr-x 2025-04-15 08:01:11
Edit Download
6.33 KB lr-xr-xr-x 2025-07-30 08:00:24
Edit Download
6.33 KB lr-xr-xr-x 2026-02-26 09:00:10
Edit Download
6.33 KB lr-xr-xr-x 2026-05-16 08:00:52
Edit Download
843 B lr-xr-xr-x 2026-05-16 08:00:52
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).