summaryrefslogtreecommitdiff
blob: 0e86303562a0b2d9b3a1310cee126fade6f742cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/sbin/runscript
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

description="Icecast OGG streaming client"
pidfile="/var/run/ices.pid"
command="/usr/bin/ices"
command_args="/etc/ices2/ices.xml"
command_background="true"

depend() {
	need net
}