summaryrefslogtreecommitdiff
path: root/sys-devel/distcc/files/distccd.initd
blob: 7673ff2cf4299b03120019475ee2f6282ae05dbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/sbin/openrc-run
# Copyright 1999-2018 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"