- Added back in the enable command for the keyswap service.

This commit is contained in:
Ben Reaves
2020-02-05 04:01:17 -06:00
parent 35cfcce748
commit 3f37ef6e28

View File

@@ -13,4 +13,5 @@ cp ./system-config/xactive.sh ~/.config/kinto/xactive.sh
sed -i "s/{username}/`whoami`/g" ~/.config/systemd/user/keyswap.service
sed -i "s/ExecStart=/ExecStart=${swapcmd}/g" ~/.config/systemd/user/keyswap.service
systemctl --user daemon-reload
systemctl --user enable keyswap
systemctl --user start keyswap