summaryrefslogtreecommitdiff
path: root/audio/ices-cc/README.init
diff options
context:
space:
mode:
authorAntonio Hernández Blas <hba.nihilismus@gmail.com>2011-12-22 23:56:54 -0600
committerNiels Horn <niels.horn@slackbuilds.org>2011-12-23 14:05:43 -0200
commitf1952461b1ee94cf2b1b96ae764f67beb1d2f2e2 (patch)
tree576b1b516d0d6d9de7b9a62f183fcb830002c317 /audio/ices-cc/README.init
parent7bf998ee43c7d4f26d1343053a745531f23c072d (diff)
downloadslackbuilds-f1952461b1ee94cf2b1b96ae764f67beb1d2f2e2.tar.gz
audio/ices-cc: Added (primary source client for icecast)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/ices-cc/README.init')
-rw-r--r--audio/ices-cc/README.init30
1 files changed, 30 insertions, 0 deletions
diff --git a/audio/ices-cc/README.init b/audio/ices-cc/README.init
new file mode 100644
index 0000000000..3d290af089
--- /dev/null
+++ b/audio/ices-cc/README.init
@@ -0,0 +1,30 @@
+README.init for ices-cc
+
+These steps are only needed if you plan to use /etc/rc.d/rc.ices-cc
+
+The user/group 'ices-cc' is required to exist in your system. You
+can add it with:
+
+ # groupadd -g 255 ices-cc
+ # useradd -u 255 -g 255 -c "User for ices-cc" -d / -s /bin/sh ices-cc
+ # passwd -l ices-cc
+
+See http://slackbuilds.org/uid_gid.txt for info re uid/gid selection.
+
+
+You should edit /etc/ices-cc.conf and pay attention to playlist.txt
+because the "ices-cc" user should have read access to t$playlist.txt file.
+For example, if $playlist is /var/cache/ices-cc-playlist.txt:
+
+ # touch /var/cache/ices-playlist.txt
+ # chown ices-cc:ices-cc /var/cache/ices-playlist.txt
+
+Then add your files to the playlist:
+
+ # find /music -iname "*.mp3" > /var/cache/ices-playlist.txt
+ # chown -R ices-cc:ices-cc /music
+
+Also, the ices user should have full access to /var/log/ices
+
+ # chown -R ices-cc:ices-cc /var/log/ices
+