Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/noip-updater/files: noip.service
Date: Sat, 31 Aug 2013 06:34:37
Message-Id: 20130831063432.02CFA2004B@flycatcher.gentoo.org
1 pacho 13/08/31 06:34:31
2
3 Added: noip.service
4 Log:
5 Add unit file (#481490 by Galym Kerimbekov)
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.1 net-dns/noip-updater/files/noip.service
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/noip-updater/files/noip.service?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/noip-updater/files/noip.service?rev=1.1&content-type=text/plain
14
15 Index: noip.service
16 ===================================================================
17 [Unit]
18 Description=No-IP Dynamic DNS Update Client
19 After=network.target
20
21 [Service]
22 Type=forking
23 ExecStart=/usr/sbin/noip2 -c /etc/no-ip2.conf
24
25 [Install]
26 WantedBy=multi-user.target