mirror of
https://github.com/moparisthebest/uinput-mapper
synced 2024-11-21 07:55:07 -05:00
10 lines
141 B
SYSTEMD
10 lines
141 B
SYSTEMD
|
[Unit]
|
||
|
Description=kbwait Dvorak Daemon
|
||
|
After=dvorak.service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/root/kbwait_systemd.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|