Skip to content

Commit

Permalink
Merge pull request #63 from ForsetiJan/patch-1
Browse files Browse the repository at this point in the history
Update configure_systemd.yml
  • Loading branch information
Mason Morales authored Apr 26, 2021
2 parents 5163490 + cf5ec91 commit 0c3912c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/splunk/tasks/configure_systemd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
become: true
loop:
- { option: "ExecStart", value: "{{ splunk_home }}/bin/splunk start --accept-license --answer-yes --no-prompt" }
- { option: "ExecStop", value: "{{ splunk_home }}/bin/splunk start stop" }
- { option: "ExecStop", value: "{{ splunk_home }}/bin/splunk stop" }
- { option: "ExecReload", value: "{{ splunk_home }}/bin/splunk restart" }
- { option: "Restart", value: "on-failure" }
- { option: "RestartSec", value: "30s" }
Expand Down

0 comments on commit 0c3912c

Please sign in to comment.