aboutsummaryrefslogtreecommitdiffstats
path: root/testing/icecast/icecast.pre-install
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-02-23 12:52:50 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-02-23 12:52:50 +0000
commit913500f30a95275dd79ea2c27000b04a666a5db5 (patch)
tree8f33866aee9393e25f35e3e88bbb46364d25a5bc /testing/icecast/icecast.pre-install
parent431139473935bf88e01bd6632fa740bc1eb9857a (diff)
testing/icecast: run as icecast by default
also fix localstatedir
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 00000000000..7149ba72323
--- /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