diff --git a/ncm-metaconfig/src/main/pan/components/metaconfig/schema.pan b/ncm-metaconfig/src/main/pan/components/metaconfig/schema.pan index 87517096e0..e3ee6935a9 100644 --- a/ncm-metaconfig/src/main/pan/components/metaconfig/schema.pan +++ b/ncm-metaconfig/src/main/pan/components/metaconfig/schema.pan @@ -84,7 +84,7 @@ type ${project.artifactId}_textrender_convert = { true; }; -type caf_service_action = string with match(SELF, '^(restart|reload|stop_sleep_start)$'); +type caf_service_action = string with match(SELF, '^(restart|condrestart|reload|stop_sleep_start)$'); type ${project.artifactId}_actions = { @{Always run, happens before possible modifications.