aboutsummaryrefslogtreecommitdiffstats
path: root/testing/logstash/logstash.post-deinstall
diff options
context:
space:
mode:
Diffstat (limited to 'testing/logstash/logstash.post-deinstall')
-rw-r--r--testing/logstash/logstash.post-deinstall5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/logstash/logstash.post-deinstall b/testing/logstash/logstash.post-deinstall
new file mode 100644
index 0000000000..0a9222b093
--- /dev/null
+++ b/testing/logstash/logstash.post-deinstall
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+deluser logstash 2>/dev/null
+
+exit 0