Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/gogoc/files: gogoc.service
Date: Wed, 26 Feb 2014 15:40:52
Message-Id: 20140226154046.658432004E@flycatcher.gentoo.org
1 voyageur 14/02/26 15:40:46
2
3 Added: gogoc.service
4 Log:
5 Add systemd unit, thanks Jauhien Piatlicki <piatlicki@×××××.com> in bug #501596
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
8
9 Revision Changes Path
10 1.1 net-misc/gogoc/files/gogoc.service
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gogoc/files/gogoc.service?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gogoc/files/gogoc.service?rev=1.1&content-type=text/plain
14
15 Index: gogoc.service
16 ===================================================================
17 [Unit]
18 Description=Client to connect to a tunnel broker using the TSP protocol (freenet6 for example)
19
20 [Service]
21 ExecStart=/usr/sbin/gogoc -y -f /etc/gogoc/gogoc.conf
22 ExecReload=/bin/kill -HUP $MAINPID
23 KillMode=process
24 Restart=always
25 RestartSec=4
26
27 [Install]
28 WantedBy=multi-user.target