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

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

command="${DISTCCD_EXEC:-usr/bin/distccd}"
command_args="--user distcc --daemon --no-detach ${DISTCCD_OPTS}"
command_background="true"
pidfile="/run/${RC_SVCNAME}.pid"

export TMPDIR="${TMPDIR:-/tmp}"