aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorspv <spv@spv.sh>2025-11-17 16:47:32 -0500
committerspv <spv@spv.sh>2025-11-17 16:47:32 -0500
commit6f2cd6be1d44fb13d75f66418c9a27b01b77a53d (patch)
tree7ba44fa400145e77ef487b9fd1de36d692e7cd9f /res
parent6f010046f0f17a5684a0f30423e2b3c6a41099d1 (diff)
add WIP report gen, systemd user service, work time tracker, sig handling
Diffstat (limited to 'res')
-rw-r--r--res/stroke_buddy.service6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/stroke_buddy.service b/res/stroke_buddy.service
new file mode 100644
index 0000000..1dc8a06
--- /dev/null
+++ b/res/stroke_buddy.service
@@ -0,0 +1,6 @@
+[Unit]
+Description=unix philosophy keystroke tracker
+
+[Service]
+Type=exec
+ExecStart=/usr/bin/bash -c 'exec $HOME/.local/bin/stroke_buddy'