add softreboot
diff --git a/bin/chassis_control.py b/bin/chassis_control.py
index 8ae0f55..1981a82 100755
--- a/bin/chassis_control.py
+++ b/bin/chassis_control.py
@@ -132,6 +132,8 @@
 			self.powerOff()
 		return None
 
+	@dbus.service.method(DBUS_NAME,
+		in_signature='', out_signature='')
 	def softReboot(self):
 		print "Soft Rebooting"
 		if self.getPowerState() == POWER_OFF: