11 lines
154 B
SYSTEMD
11 lines
154 B
SYSTEMD
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|
||
|
[Unit]
|
||
|
Description=xremap
|
||
|
|
||
|
[Service]
|
||
|
Restart=always
|
||
|
ExecStart=xremap {{ home }}/.config/xremap/config.yaml --watch
|
||
|
|