aboutsummarylogtreecommitdiffstats
path: root/kbct.service
blob: 66d9fcfc36d441b7ab5d4a258527fbe05fecccae (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Keyboard keycode mapping daemon supporting layered configuration

[Service]
Type=simple
ExecStart=kbct remap --config /etc/kbct/config.yml
Restart=always

[Install]
WantedBy=default.target