diff options
author | L. Bradley LaBoon | 2023-02-03 11:45:56 -0500 |
---|---|---|
committer | L. Bradley LaBoon | 2023-02-03 11:45:56 -0500 |
commit | 8859928d1fc211ee6e80ba3b2924d4385615f30a (patch) | |
tree | fd2b032c442988439f4581df4b65c7817baf80a7 /splunk.service | |
parent | 3c103d1658a40ef33781309c2d25c55f626290de (diff) | |
download | aur-8859928d1fc211ee6e80ba3b2924d4385615f30a.tar.gz |
Updated to 9.0.3
Diffstat (limited to 'splunk.service')
-rw-r--r-- | splunk.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/splunk.service b/splunk.service index 1fc48936624e..6c530d8f4849 100644 --- a/splunk.service +++ b/splunk.service @@ -11,6 +11,7 @@ ExecStart=/opt/splunk/bin/splunk start --answer-yes --no-prompt --accept-license ExecStop=/opt/splunk/bin/splunk stop ExecReload=/opt/splunk/bin/splunk restart StandardOutput=syslog +TimeoutSec=500 [Install] WantedBy=multi-user.target |