8 lines
253 B
Bash
Executable File
8 lines
253 B
Bash
Executable File
ps axww | grep logstash
|
|
echo press any key to continue - ctrl-c to abort
|
|
read X
|
|
mount proc
|
|
service logstash start
|
|
#/usr/sbin/daemon -f /usr/local/logstash/bin/logstash --path.settings /usr/local/etc/logstash -l /var/log/logstash
|
|
ps axww | grep logstash
|