#!/bin/sh adduser -h /usr/share/logstash -s /sbin/nologin -S -D -H -g "Logstash User" \ -G daemon logstash 2>/dev/null exit 0