summaryrefslogtreecommitdiffstats
path: root/testing/icecast/icecast.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/icecast/icecast.pre-install')
-rw-r--r--testing/icecast/icecast.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/icecast/icecast.pre-install b/testing/icecast/icecast.pre-install
new file mode 100644
index 00000000..7149ba72
--- /dev/null
+++ b/testing/icecast/icecast.pre-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+adduser -h /var/log/icecast -s /bin/false -D icecast 2>/dev/null
+
+exit 0