-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[7.x] [deb/rpm] On upgrade, support restarting kibana service (#82049) (
#82971) * [deb/rpm] On upgrade, restart kibana service (#82049) Co-authored-by: Kibana Machine <[email protected]> * default restart behavior to off in 7.x Co-authored-by: Kibana Machine <[email protected]>
- Loading branch information
1 parent
ec22d2c
commit 558ca4b
Showing
3 changed files
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 1 addition & 9 deletions
10
src/dev/build/tasks/os_packages/service_templates/sysv/etc/default/kibana
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,5 @@ | ||
user="kibana" | ||
group="kibana" | ||
chroot="/" | ||
chdir="/" | ||
nice="" | ||
|
||
|
||
# If this is set to 1, then when `stop` is called, if the process has | ||
# not exited within a reasonable time, SIGKILL will be sent next. | ||
# The default behavior is to simply log a message "program stop failed; still running" | ||
KILL_ON_STOP_TIMEOUT=0 | ||
|
||
KBN_PATH_CONF="/etc/kibana" | ||
RESTART_ON_UPGRADE="false" |