mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-02 02:52:46 +02:00
http://logstash.net A flexible, open source, data collection, parsing and enrichment pipeline Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
6 lines
48 B
Bash
6 lines
48 B
Bash
#!/bin/sh
|
|
|
|
deluser logstash 2>/dev/null
|
|
|
|
exit 0
|