File: evremap.service

package info (click to toggle)
evremap 0.0~git20240617.cc618e8-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: makefile: 30
file content (13 lines) | stat: -rw-r--r-- 275 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=keyboard input remap daemon
Documentation=man:evremap(1)
After=local-fs.target
ConditionPathExists=/etc/evremap.toml

[Service]
WorkingDirectory=/
ExecStart=/usr/bin/evremap remap /etc/evremap.toml -d 0
Restart=always

[Install]
WantedBy=multi-user.target