diff options
author | James Meyer <james.meyer@operamail.com> | 2014-02-16 23:48:18 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2014-02-19 19:03:03 (GMT) |
commit | dbddb42f18c42d9a280215be4031d2b2dd3ae98b (patch) | |
tree | d49cd0e6b697e383718081ff1bd565a1f2004ba2 /abs/core/gpm/gpm.service | |
parent | bf2f4dd3098203b922ed0bf3fa75b7d2b2fde722 (diff) | |
download | linhes_pkgbuild-dbddb42f18c42d9a280215be4031d2b2dd3ae98b.zip linhes_pkgbuild-dbddb42f18c42d9a280215be4031d2b2dd3ae98b.tar.gz linhes_pkgbuild-dbddb42f18c42d9a280215be4031d2b2dd3ae98b.tar.bz2 |
gpm: 1.20.7
update binary path to /usr/bin
refs #961
Diffstat (limited to 'abs/core/gpm/gpm.service')
-rw-r--r-- | abs/core/gpm/gpm.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/gpm/gpm.service b/abs/core/gpm/gpm.service index 59e837d..510ee9f 100644 --- a/abs/core/gpm/gpm.service +++ b/abs/core/gpm/gpm.service @@ -3,7 +3,7 @@ Description=Virtual console mouse server [Service] Type=forking -ExecStart=/usr/sbin/gpm -m /dev/input/mice -t imps2 +ExecStart=/usr/bin/gpm -m /dev/input/mice -t imps2 [Install] WantedBy=multi-user.target |