File at.sleep of Package at

#!/bin/bash

. $PM_UTILS_LIBDIR/functions

case "$1" in
 	hibernate|suspend)
			stopservice atd
		;;
	thaw|resume)
			restartservice atd
		;;
	*)
		;;
esac

exit 0
openSUSE Build Service is sponsored by