Skip to content

Commit

Permalink
Merge pull request #70 from splunk/remove_execstop
Browse files Browse the repository at this point in the history
Removed ExecStop from Systemd file
  • Loading branch information
Mason Morales authored Apr 30, 2021
2 parents 3b04101 + 240b125 commit bc118f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/splunk/tasks/configure_systemd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
become: true
loop:
- { option: "ExecStart", value: "{{ splunk_home }}/bin/splunk start --accept-license --answer-yes --no-prompt" }
- { 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 bc118f7

Please sign in to comment.