Skip to content

Commit 240b125

Browse files
author
Mason Morales
committed
Remove ExecStop per Splunk Docs
1 parent 3b04101 commit 240b125

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roles/splunk/tasks/configure_systemd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
become: true
1010
loop:
1111
- { option: "ExecStart", value: "{{ splunk_home }}/bin/splunk start --accept-license --answer-yes --no-prompt" }
12-
- { option: "ExecStop", value: "{{ splunk_home }}/bin/splunk stop" }
1312
- { option: "ExecReload", value: "{{ splunk_home }}/bin/splunk restart" }
1413
- { option: "Restart", value: "on-failure" }
1514
- { option: "RestartSec", value: "30s" }

0 commit comments

Comments
 (0)