Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
bot-test
packages
gpm
Commits
74a80696
Commit
74a80696
authored
Jul 12, 2012
by
Eric Bélanger
Browse files
Add default options in systemd unit file
parent
67019175
Changes
2
Hide whitespace changes
Inline
Side-by-side
PKGBUILD
View file @
74a80696
...
...
@@ -2,7 +2,7 @@
pkgname
=
gpm
pkgver
=
1.20.6
pkgrel
=
9
pkgrel
=
10
pkgdesc
=
"A mouse server for the console and xterm"
arch
=(
'i686'
'x86_64'
)
url
=
"http://www.nico.schottelius.org/software/gpm/"
...
...
@@ -17,7 +17,7 @@ sha1sums=('4677da0eb2f1910a5a744bbefa08fea82e0dca0c'
'19e1feb1493373512a77801699df012d186336ea'
'4c31cb7dd51cee4d16d3f7a8956e6d87fac1ad86'
'88fe5ff10916c68a87abc8418a56eb0073f69fa9'
'
d2ba8def052225002c1f57280565c97c7bc79eac
'
)
'
20b92360f0ad38a2032fcae37bdbd01b31e43f77
'
)
build
()
{
cd
"
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
"
...
...
gpm.service
View file @
74a80696
...
...
@@ -3,7 +3,7 @@ Description=Virtual console mouse server
[Service]
Type
=
forking
ExecStart
=
/usr/sbin/gpm
ExecStart
=
/usr/sbin/gpm
-m /dev/input/mice -t imps2
[Install]
WantedBy
=
multi-user.target
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment