| Server IP : 195.114.193.97 / Your IP : 216.73.217.93 Web Server : LiteSpeed System : Linux host 5.15.0-126-generic #136-Ubuntu SMP Wed Nov 6 10:38:22 UTC 2024 x86_64 User : sembi4241 ( 1126) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/lib/dpkg/info/ |
Upload File : |
#!/bin/sh # prerm script for openlitespeed # # see: dh_installdeb(1) #set -ex #LSWS_HOME="/usr/local/lsws" # stop the service before removal /usr/local/lsws/bin/lswsctrl stop >/dev/null 2>&1 #uninstall the startup scripts /usr/local/lsws/admin/misc/rc-uninst.sh >/dev/null 2>&1 # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. exit 0