Skip to content

Commit 1ddb406

Browse files
author
Mason Morales
authored
Merge pull request #47 from splunk/systemd_update
Remove RemainAfterExit which has a default value
2 parents da17cd1 + 1bf6b3d commit 1ddb406

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
@@ -15,7 +15,6 @@
1515
- { option: "RestartSec", value: "30s" }
1616
- { option: "TimeoutStopSec", value: "10min" }
1717
- { option: "Type", value: "forking" }
18-
- { option: "RemainAfterExit", value: "False" }
1918
- { option: "User", value: "{{ splunk_nix_user }}" }
2019
- { option: "Group", value: "{{ splunk_nix_group }}" }
2120
- { option: "PIDFile", value: "{{ splunk_home }}/var/run/splunk/splunkd.pid" }

0 commit comments

Comments
 (0)