summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-07-20 18:34:38 +0000
committerPacho Ramos <pacho@gentoo.org>2013-07-20 18:34:38 +0000
commit88c9ead055fab0a25cda23f6edf4fb43fbc3352f (patch)
tree08221a2585af505fc779e5b8c8c63fb7481b59b5 /sys-devel/distcc
parentStable for x86, wrt bug #476764 (diff)
downloadgentoo-2-88c9ead055fab0a25cda23f6edf4fb43fbc3352f.tar.gz
gentoo-2-88c9ead055fab0a25cda23f6edf4fb43fbc3352f.tar.bz2
gentoo-2-88c9ead055fab0a25cda23f6edf4fb43fbc3352f.zip
Commit missing file (#477512 by Xavier Miller)
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-devel/distcc')
-rw-r--r--sys-devel/distcc/ChangeLog5
-rw-r--r--sys-devel/distcc/files/distccd.service11
2 files changed, 15 insertions, 1 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog
index cafe1df5f142..ec4c830455c3 100644
--- a/sys-devel/distcc/ChangeLog
+++ b/sys-devel/distcc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/distcc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.223 2013/07/20 13:30:18 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.224 2013/07/20 18:34:38 pacho Exp $
+
+ 20 Jul 2013; Pacho Ramos <pacho@gentoo.org> +files/distccd.service:
+ Commit missing file (#477512 by Xavier Miller)
*distcc-3.1-r8 (20 Jul 2013)
diff --git a/sys-devel/distcc/files/distccd.service b/sys-devel/distcc/files/distccd.service
new file mode 100644
index 000000000000..346f5d67eb73
--- /dev/null
+++ b/sys-devel/distcc/files/distccd.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Distccd A Distributed Compilation Server
+After=network.target
+
+[Service]
+User=distcc
+EnvironmentFile=-/etc/conf.d/distccd
+ExecStart=/usr/bin/distccd --verbose --no-detach --daemon $DISTCCD_OPTS
+
+[Install]
+WantedBy=multi-user.target