From 9d5165866832c84d122aefd4ecf4f244a58a1568 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 5 Aug 2024 02:17:39 +0000 Subject: automatic import of gpm --- gpm.service | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 gpm.service (limited to 'gpm.service') diff --git a/gpm.service b/gpm.service new file mode 100644 index 0000000..23007fc --- /dev/null +++ b/gpm.service @@ -0,0 +1,15 @@ +[Unit] +Description=Console Mouse manager +ConditionVirtualization=!container + +# 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=/run/gpm.pid + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3