Doing a graceful restart does not kill/restart old openlitespeed/lsphp processes as far as I can see.
This is what I am using:
This is what I am using:
> service lsws stop; sleep 5; service lsws status; killall lsphp; service lsws status; service lsws start; service lsws statusIt works most of the time but wondering if there is a better way.