Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/tinc/files: tincd_at.service
Date: Fri, 30 Aug 2013 23:58:09
Message-Id: 20130830235802.1156720036@flycatcher.gentoo.org
1 blueness 13/08/30 23:58:01
2
3 Added: tincd_at.service
4 Log:
5 Add systemd unit file, bug #479596
6
7 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.1 net-misc/tinc/files/tincd_at.service
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tinc/files/tincd_at.service?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tinc/files/tincd_at.service?rev=1.1&content-type=text/plain
14
15 Index: tincd_at.service
16 ===================================================================
17 [Unit]
18 Description=Tinc daemon for network %i
19 After=network.target
20
21 [Service]
22 ExecStart=/usr/sbin/tincd -D -n %i
23
24 [Install]
25 WantedBy=multi-user.target