From 8a101b9fddfa5f1ddaa34aa66c05155a46669f36 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 23 Feb 2024 02:12:28 -0500 Subject: convert watch-kbd to systemd --- local/.config/systemd/user/watch-kbd.service | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 local/.config/systemd/user/watch-kbd.service (limited to 'local/.config/systemd/user/watch-kbd.service') diff --git a/local/.config/systemd/user/watch-kbd.service b/local/.config/systemd/user/watch-kbd.service new file mode 100644 index 0000000..aa9dc8e --- /dev/null +++ b/local/.config/systemd/user/watch-kbd.service @@ -0,0 +1,5 @@ +[Service] +ExecStart=%h/.bin/%H/watch-kbd + +[Install] +WantedBy=default.target -- cgit v1.2.3-54-g00ecf