diff --git a/gpm.service b/gpm.service index 5803501..04e38a6 100644 --- a/gpm.service +++ b/gpm.service @@ -9,6 +9,7 @@ Description=Console Mouse manager ExecStart=/usr/sbin/gpm -m /dev/input/mice -t exps2 Type=forking PIDFile=/var/run/gpm.pid +ExecStartPost=/usr/bin/sleep 0.1 [Install] WantedBy=multi-user.target diff --git a/gpm.spec b/gpm.spec index 3d9e85f..38c67df 100644 --- a/gpm.spec +++ b/gpm.spec @@ -1,6 +1,6 @@ Name: gpm Version: 1.20.7 -Release: 25 +Release: 26 Summary: The gpm package contains a mouse server for the console and xterm License: GPLv2 and GPLv2+ with exceptions and GPLv3+ and Verbatim and Copyright only URL: https://www.nico.schottelius.org/software/gpm/ @@ -113,6 +113,9 @@ fi %{_mandir}/man?/* %changelog +* Tue Sep 06 2022 wangkerong - 1.20.7-26 +- Add ExecStartPost option to gpm.service for solve error message when gpm service start + * Wed Dec 22 2021 xingxing - 1.20.7-25 - fix update error