From 414ebeec17ade47fe391f0e0b4ff2a7e41ca2add Mon Sep 17 00:00:00 2001 From: Packit Service Date: Jan 16 2021 22:15:08 +0000 Subject: Add sources defined in the spec file --- diff --git a/SPECS/gpm-1.20.7.tar.xz b/SPECS/gpm-1.20.7.tar.xz new file mode 100644 index 0000000..9afc73c Binary files /dev/null and b/SPECS/gpm-1.20.7.tar.xz differ diff --git a/SPECS/gpm.service b/SPECS/gpm.service new file mode 100644 index 0000000..5803501 --- /dev/null +++ b/SPECS/gpm.service @@ -0,0 +1,14 @@ +[Unit] +Description=Console Mouse manager + +# This could probably benefit from socket activation, but honestly I think it +# is time for gpm to go away, and hence I am not planning to spend the time +# to add socket activation here. + +[Service] +ExecStart=/usr/sbin/gpm -m /dev/input/mice -t exps2 +Type=forking +PIDFile=/var/run/gpm.pid + +[Install] +WantedBy=multi-user.target