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 da17cd1 + 1bf6b3d commit 1ddb406Copy full SHA for 1ddb406
roles/splunk/tasks/configure_systemd.yml
@@ -15,7 +15,6 @@
15
- { option: "RestartSec", value: "30s" }
16
- { option: "TimeoutStopSec", value: "10min" }
17
- { option: "Type", value: "forking" }
18
- - { option: "RemainAfterExit", value: "False" }
19
- { option: "User", value: "{{ splunk_nix_user }}" }
20
- { option: "Group", value: "{{ splunk_nix_group }}" }
21
- { option: "PIDFile", value: "{{ splunk_home }}/var/run/splunk/splunkd.pid" }
0 commit comments