Skip to content

lumue/g13d-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

build and install

to build and install use:

./build.sh && sudo ./install.sh

configure

to change the key bindings that are loaded by default, edit /usr/lib/g13d/etc/default.bind

nano /usr/lib/g13d/etc/default.bind

starting and stopping the service

start service

sudo systemctl start g13d-service

stop service

sudo systemctl stop g13d-service

removing

to remove everything from your system, execute

./uninstall.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages