##################
#		This file provides all debian specific mappings and tools
#
#

function service(){
	/etc/init.d/$1 $2
	return $?
}