diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 15:02:25 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 15:02:25 +0000 |
commit | 14350c1e718e363aeb6217bb0f0945ee3843899a (patch) | |
tree | 2744509894b854661a2563e05a425bfd535f0e0e /gpm.service | |
parent | a9ed7137ade5128ef6ce39d870d9c1efe205b398 (diff) |
automatic import of gpmopeneuler24.03_LTS
Diffstat (limited to 'gpm.service')
-rw-r--r-- | gpm.service | 15 |
1 files changed, 15 insertions, 0 deletions
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 |