diff --git a/src/Services/EventActionService.cpp b/src/Services/EventActionService.cpp
index f33e0e4dddcee0146d2c603927e826d8ab55a07c..5b5fd201081d36a423d8f71905ab2706d9103365 100644
--- a/src/Services/EventActionService.cpp
+++ b/src/Services/EventActionService.cpp
@@ -32,7 +32,7 @@ void EventActionService::addEventActionDefinitions(Message message) {
 			}
 			if (index < ECSS_EVENT_ACTION_STRUCT_ARRAY_SIZE) {
 				eventActionDefinitionArray[index].empty = false;
-				eventActionDefinitionArray[index].enabled = false;
+				eventActionDefinitionArray[index].enabled = true;
 				eventActionDefinitionArray[index].applicationId = applicationID;
 				eventActionDefinitionArray[index].eventDefinitionID = eventDefinitionID;
 				if (message.dataSize - 4 > ECSS_EVENT_SERVICE_STRING_SIZE) {