summaryrefslogtreecommitdiff
blob: 6d61053a6099bdac61426d03f3de3874d307314f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/sbin/openrc-run
# 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
}