Skip to content

Commit

Permalink
Merge pull request #1551 from jose-caballero/master
Browse files Browse the repository at this point in the history
ncm-metaconfig: Add service action condrestart
  • Loading branch information
ned21 authored Jul 11, 2022
2 parents 0573de4 + 1ba64d1 commit bdb85e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bdb85e6

Please sign in to comment.