#!/bin/sh

if [ -d /var/lock/subsys ]; then
    touch /var/lock/subsys/gcstartup 
    touch /var/lock/subsys/unlockgcstartup
fi
