diff options
Diffstat (limited to 'testing/icecast/icecast.pre-install')
-rw-r--r-- | testing/icecast/icecast.pre-install | 5 |
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 0000000000..7149ba7232 --- /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 |