From 7e0b027cfcae358ecf00efbd757d3d46a588f2e6 Mon Sep 17 00:00:00 2001 From: Dave Musicant Date: Fri, 23 Jun 2023 05:56:36 -0500 Subject: [PATCH] README.md updated to fix path in systemd directions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4895767..c8ef665 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ have other calls in `rc.local` after the mentioned line, because the #### systemd -* If installed to a path other than `/usr/bin/gitwatch`, modify +* If installed to a path other than `/usr/local/bin/gitwatch`, modify `gitwatch@.service` to suit * Create dir if it does not exist and copy systemd service file with `mkdir -p "$HOME/.config/systemd/user" && cp gitwatch@.service