Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/xl2tpd/files: xl2tpd.conf xl2tpd.service
Date: Mon, 29 Jul 2013 00:01:52
Message-Id: 20130729000144.5E17920081@flycatcher.gentoo.org
1 floppym 13/07/29 00:01:43
2
3 Added: xl2tpd.conf xl2tpd.service
4 Log:
5 Install systemd unit, bug 477800 by nE0sIghT.
6
7 (Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.1 net-dialup/xl2tpd/files/xl2tpd.conf
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/files/xl2tpd.conf?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/files/xl2tpd.conf?rev=1.1&content-type=text/plain
14
15 Index: xl2tpd.conf
16 ===================================================================
17 d /var/run/xl2tpd
18
19
20
21 1.1 net-dialup/xl2tpd/files/xl2tpd.service
22
23 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/files/xl2tpd.service?rev=1.1&view=markup
24 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/files/xl2tpd.service?rev=1.1&content-type=text/plain
25
26 Index: xl2tpd.service
27 ===================================================================
28 [Unit]
29 Description=Layer 2 Tunneling Protocol Daemon (L2TP)
30 After=syslog.target network.target
31 After=ipsec.service
32
33 [Service]
34 ExecStart=/usr/sbin/xl2tpd -D
35 KillSignal=SIGINT
36 SuccessExitStatus=1
37
38 [Install]
39 WantedBy=multi-user.target