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

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
}