diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2017-03-08 22:55:10 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-03-24 21:08:03 +0000 |
commit | 70516d0b4500df3e14c8d41d6d8b7ecc62c74618 (patch) | |
tree | 64ad8f5ba6468cc508e6cf35c2c7261799ba15fc /testing/logstash/logstash.profile | |
parent | 6dec91f48cc6136107985cc444729f4d2295e6f1 (diff) | |
download | aports-70516d0b4500df3e14c8d41d6d8b7ecc62c74618.tar.bz2 aports-70516d0b4500df3e14c8d41d6d8b7ecc62c74618.tar.xz |
testing/logstash: update to 5.2.2 / use supervise-daemon
adds service supervision with OpenRC's builtin supervise-daemon
logstash/bin added to $PATH
take ownership
Diffstat (limited to 'testing/logstash/logstash.profile')
-rw-r--r-- | testing/logstash/logstash.profile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/logstash/logstash.profile b/testing/logstash/logstash.profile new file mode 100644 index 0000000000..fd6cc07b5a --- /dev/null +++ b/testing/logstash/logstash.profile @@ -0,0 +1,3 @@ +#!/bin/sh + +export PATH=$PATH:/usr/share/logstash/bin |