Skip to content

Commit

Permalink
ncm-metaconfig: Remove caf_service_action type to allow reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
jrha committed Jul 28, 2023
1 parent 7a12116 commit b46145e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ncm-metaconfig/src/main/pan/components/metaconfig/schema.pan
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ type ${project.artifactId}_textrender_convert = {
true;
};

type caf_service_action = string with match(SELF, '^(restart|condrestart|reload|stop_sleep_start)$');

type ${project.artifactId}_actions = {
@{Always run, happens before possible modifications.
A failure will cancel any file modification, unless the command is prefixed with -.}
Expand Down

0 comments on commit b46145e

Please sign in to comment.