1
0
mirror of https://github.com/moparisthebest/arch-ppa synced 2024-11-11 03:25:00 -05:00
arch-ppa/src/rusty-keys/rusty-keys@.service

11 lines
229 B
SYSTEMD
Raw Normal View History

2017-09-22 01:53:51 -04:00
[Unit]
Description=rusty-keys keymapper service
After=systemd-udevd.service
[Service]
2017-11-08 22:33:57 -05:00
ExecStartPre=/bin/sleep 5
2017-09-22 01:53:51 -04:00
ExecStart=/usr/bin/rusty-keys -c /etc/rusty-keys/keymap.toml -d /dev/input/%I
[Install]
WantedBy=rusty-keys.target