blob: 98e42f5bd3b724bdf34231c4978816e5b9d42b66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Low-Level key remapping
[Service]
User=root
Environment=USER=root
Environment=SUDO_USER=%i
ExecStart=/usr/bin/skr
[Install]
WantedBy=multi-user.target
|