Skip to content

Commit

Permalink
Merge pull request #47 from splunk/systemd_update
Browse files Browse the repository at this point in the history
Remove RemainAfterExit which has a default value
  • Loading branch information
Mason Morales authored Mar 5, 2021
2 parents da17cd1 + 1bf6b3d commit 1ddb406
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 @@ -15,7 +15,6 @@
- { option: "RestartSec", value: "30s" }
- { option: "TimeoutStopSec", value: "10min" }
- { option: "Type", value: "forking" }
- { option: "RemainAfterExit", value: "False" }
- { option: "User", value: "{{ splunk_nix_user }}" }
- { option: "Group", value: "{{ splunk_nix_group }}" }
- { option: "PIDFile", value: "{{ splunk_home }}/var/run/splunk/splunkd.pid" }
Expand Down

0 comments on commit 1ddb406

Please sign in to comment.