Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/tvheadend/files: tvheadend.service
Date: Sat, 21 Jun 2014 21:39:52
Message-Id: 20140621211509.AFB0D2004F@flycatcher.gentoo.org
1 prometheanfire 14/06/21 21:15:09
2
3 Added: tvheadend.service
4 Log:
5 bup
6
7 fixing bug 442418
8 fixing bug 499204
9
10 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
11
12 Revision Changes Path
13 1.1 media-tv/tvheadend/files/tvheadend.service
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvheadend/files/tvheadend.service?rev=1.1&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvheadend/files/tvheadend.service?rev=1.1&content-type=text/plain
17
18 Index: tvheadend.service
19 ===================================================================
20 [Unit]
21 Description=tvheadend
22 After=network.target
23
24 [Service]
25 Type=forking
26 PIDFile=/run/tvheadend.pid
27 ExecStart=/usr/bin/tvheadend -f -p /run/tvheadend.pid -C -c /etc/tvheadend -u tvheadend -g video
28 ExecStop=/usr/bin/rm /run/tvheadend.pid
29 Restart=always
30 RestartSec=5
31
32 [Install]
33 WantedBy=multi-user.target