Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/gpm/files: gpm.service
Date: Sun, 30 Dec 2012 23:53:56
Message-Id: 20121230235345.7E7A220081@flycatcher.gentoo.org
1 floppym 12/12/30 23:53:45
2
3 Added: gpm.service
4 Log:
5 Install systemd unit taken from Fedora, bug 449350.
6
7 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.1 sys-libs/gpm/files/gpm.service
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/files/gpm.service?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/files/gpm.service?rev=1.1&content-type=text/plain
14
15 Index: gpm.service
16 ===================================================================
17 [Unit]
18 Description=Console Mouse manager
19 After=syslog.target
20
21 [Service]
22 ExecStart=/usr/sbin/gpm -m /dev/input/mice -t exps2
23 StandardOutput=syslog
24 Type=forking
25 PIDFile=/var/run/gpm.pid
26
27 [Install]
28 WantedBy=multi-user.target