Skip to content

Commit bc118f7

Browse files
author
Mason Morales
authored
Merge pull request #70 from splunk/remove_execstop
Removed ExecStop from Systemd file
2 parents 3b04101 + 240b125 commit bc118f7

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)