Skip to content

Commit

Permalink
Disable systemd service file creation (crowbar#19)
Browse files Browse the repository at this point in the history
Enforce skip_enable option for monasca_setup

'skip_enable' option controls the creation of systemd service file for
Monasca Agent. The service file is created in RPM package, so the option
has to be enabled here.
  • Loading branch information
Witek Bedyk authored and jgrassler committed Mar 30, 2017
1 parent 6f4045d commit 5ec9522
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@
--max_measurement_buffer_size '<%= @agent_settings["max_measurement_buffer_size"].to_i %>' \
--backlog_send_rate '<%= @agent_settings["backlog_send_rate"].to_i %>' \
--amplifier '<%= @agent_settings["amplifier"] %>' \
--skip_enable \
<% if @install_plugins_only -%> --install_plugins_only <% end -%>

0 comments on commit 5ec9522

Please sign in to comment.