installing g13d as a systemd service
scripts to checkout, build, install and run g13d as a systemd service. tested with debian sid.
the steps that are executed are explained here
to build and install use:
./build.sh && sudo ./install.sh
to change the key bindings that are loaded by default, edit /usr/lib/g13d/etc/default.bind
nano /usr/lib/g13d/etc/default.bind
start service
sudo systemctl start g13d-service
stop service
sudo systemctl stop g13d-service
to remove everything from your system, execute
./uninstall.sh