Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions examples/services_default_service_bundle.cf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bundle agent main

body service_method my_custom_service
{
service_type => "generic";
service_bundle => service_my_custom_service($(this.promiser), $(this.service_policy));
}

bundle agent service_my_custom_service(service, state)
Expand All @@ -25,5 +25,3 @@ bundle agent service_my_custom_service(service, state)
#@ ```
#+end_src



Loading