Skip to content

Commit

Permalink
Merge pull request #7603 from elastic/jasper/backport/7593/4.x
Browse files Browse the repository at this point in the history
[backport] PR #7593 to 4.x
  • Loading branch information
jbudz authored Jul 1, 2016
2 parents dcf9a82 + 21e1d19 commit e369175
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/build/pleaserun.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default (grunt) => {
'--description', capitalize(name),
'--user', user,
'--group', group,
'--sysv-log-path', path.logs,
'--sysv-log-path', `${path.logs}/`,
'-p', service.name,
'-v', service.version,
path.kibanaBin
Expand Down
2 changes: 2 additions & 0 deletions tasks/config/packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default (grunt) => {
const FOLDER_CONFIG = '/opt/kibana/config';
const FOLDER_HOME = '/opt/kibana';
const FOLDER_DATA = '/var/lib/kibana';
const FOLDER_LOGS = '/var/log/kibana';
const FOLDER_PLUGINS = `${FOLDER_HOME}/installedPlugins`;

const FILE_KIBANA_CONF = `${FOLDER_CONFIG}/kibana.yml`;
Expand Down Expand Up @@ -46,6 +47,7 @@ export default (grunt) => {
conf: FOLDER_CONFIG,
data: FOLDER_DATA,
plugins: FOLDER_PLUGINS,
logs: FOLDER_LOGS,
home: FOLDER_HOME,
kibanaBin: FILE_KIBANA_BINARY,
kibanaConfig: FILE_KIBANA_CONF
Expand Down

0 comments on commit e369175

Please sign in to comment.