Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/buildbot/files: buildbot.service
Date: Sat, 28 Sep 2013 10:34:09
Message-Id: 20130928103403.B20C520034@flycatcher.gentoo.org
1 pacho 13/09/28 10:34:03
2
3 Added: buildbot.service
4 Log:
5 Add unit file (#486082 by Evgeniy Dushistov)
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.1 dev-util/buildbot/files/buildbot.service
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/files/buildbot.service?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/files/buildbot.service?rev=1.1&content-type=text/plain
14
15 Index: buildbot.service
16 ===================================================================
17 [Unit]
18 Description=buildbot master daemon
19 After=local-fs.target network.target
20
21 [Service]
22 Type=forking
23 User=buildbot
24 WorkingDirectory=/var/lib/buildmaster
25 ExecStartPre=/usr/bin/buildbot checkconfig /var/lib/buildmaster
26 ExecStart=/usr/bin/buildbot start /var/lib/buildmaster
27 ExecStop=/usr/bin/buildbot stop /var/lib/buildmaster
28
29 [Install]
30 WantedBy=multi-user.target