Skip to content

Commit

Permalink
Add systemd service
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkroot committed Nov 30, 2021
1 parent 2fe5fa8 commit f4edf21
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tools/asus-numpad.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Unit]
Description=Asus Numpad Driver

[Service]
ExecStart=$HOME/.cargo/bin/asus-numpad --layout $LAYOUT
TimeoutSec=5
Restart=on-failure

[Install]
WantedBy=default.target

0 comments on commit f4edf21

Please sign in to comment.