summaryrefslogtreecommitdiff
path: root/nonsystemd/distcc-openrc/distcc.initd
blob: 4514ae754c0527fc72914d2485368ab04fdd2586 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/openrc-run
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

supervisor=supervise-daemon
pidfile="${DISTCCD_PIDFILE}"
command="${DISTCCD_EXEC}"
command_args="${DISTCCD_OPTS} --no-detach"
command_user="distcc:distcc"

depend() {
	need net
	use avahi-daemon ypbind
}