mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Merge pull request #616 from stuart-warren/patch-2
Create /var/lib/logstash for ubuntu
This commit is contained in:
commit
ae9ac1977f
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ case $os@$release in
|
|||
mkdir -p $destdir/etc/logstash/conf.d
|
||||
mkdir -p $destdir/etc/logrotate.d
|
||||
mkdir -p $destdir/etc/init
|
||||
mkdir -p $destdir/var/lib/logstash
|
||||
mkdir -p $destdir/var/log/logstash
|
||||
mkdir -p $destdir/etc/default
|
||||
touch $destdir/etc/default/logstash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue