aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspv <spv@spv.sh>2025-11-18 10:53:55 -0500
committerspv <spv@spv.sh>2025-11-18 10:53:55 -0500
commit66ad0ae61cff46ea951d3d58211132b4265fb8a0 (patch)
tree8fee1e61a06fb2db3db8e198c95a30146526c6b2
parentdf46e8485d65cc9dae9b959e828eec1eed36838e (diff)
fix systemd service
-rw-r--r--res/stroke_buddy.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/stroke_buddy.service b/res/stroke_buddy.service
index 1dc8a06..6ccf5b5 100644
--- a/res/stroke_buddy.service
+++ b/res/stroke_buddy.service
@@ -4,3 +4,4 @@ Description=unix philosophy keystroke tracker
[Service]
Type=exec
ExecStart=/usr/bin/bash -c 'exec $HOME/.local/bin/stroke_buddy'
+Restart=always