Skip to content

Commit

Permalink
Change working directory and log path
Browse files Browse the repository at this point in the history
* Now logs to /var/log/logstash-forwarder/...
* Now runs in /var/lib/logstash-forwarder/...

Fixes #402
  • Loading branch information
jordansissel committed Mar 4, 2015
1 parent f9f080a commit b835270
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -17,6 +17,8 @@ clean:
.PHONY: generate-init-scripts
generate-init-script:
pleaserun --install --no-install-actions --install-prefix ./build \
--chdir /var/lib/logstash-forwarder \
--sysv-log-path /var/log/logstash-forwarder/ \
--overwrite -p sysv -v lsb-3.1 $(PREFIX)/bin/logstash-forwarder -config /etc/logstash-forwarder.conf

build/empty: | build
Expand Down

0 comments on commit b835270

Please sign in to comment.