#!/bin/sh


if [ ! -z "$(pidof lockscreendisabler)" ]; then killall -9 lockscreendisabler; fi
start lockscreendisabler
exit 0
