We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b04101 + 240b125 commit bc118f7Copy full SHA for bc118f7
roles/splunk/tasks/configure_systemd.yml
@@ -9,7 +9,6 @@
9
become: true
10
loop:
11
- { option: "ExecStart", value: "{{ splunk_home }}/bin/splunk start --accept-license --answer-yes --no-prompt" }
12
- - { option: "ExecStop", value: "{{ splunk_home }}/bin/splunk stop" }
13
- { option: "ExecReload", value: "{{ splunk_home }}/bin/splunk restart" }
14
- { option: "Restart", value: "on-failure" }
15
- { option: "RestartSec", value: "30s" }
0 commit comments