From a41e9809c728f25b2bcecccc7f6ff49eecb03533 Mon Sep 17 00:00:00 2001 From: TomasR Date: Sat, 19 Oct 2024 16:45:56 +0200 Subject: [PATCH] Fix systemd link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f167394..9630f93 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ The daemon integrates with systemd watchdog. To enable it recompile the daemon with the CMake option _-DWITH_SYSTEMD=ON_ -You can install the daemon under _systemd_ by using the script [systemd/install.sh](install.sh): +You can install the daemon under _systemd_ by using the script [systemd/install.sh](systemd/install.sh): cd systemd sudo ./install.sh