From a987f93133fe0d4d638120eee1a5974fd26d439d Mon Sep 17 00:00:00 2001 From: Ferdinand Schober Date: Sat, 7 Feb 2026 13:23:09 +0100 Subject: [PATCH] Update systemd service instructions closes #298 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 802b4e1..00e9674 100644 --- a/README.md +++ b/README.md @@ -321,6 +321,9 @@ To do so, use the `daemon` subcommand: ```sh lan-mouse daemon ``` + + +## Systemd Service In order to start lan-mouse with a graphical session automatically, the [systemd-service](service/lan-mouse.service) can be used: @@ -332,7 +335,9 @@ cp service/lan-mouse.service ~/.config/systemd/user systemctl --user daemon-reload systemctl --user enable --now lan-mouse.service ``` - +> [!Important] +> Make sure to point `ExecStart=/usr/bin/lan-mouse daemon` to the actual `lan-mouse` binary (in case it is not under `/usr/bin`, e.g. when installed manually. + ## Configuration To automatically load clients on startup, the file `$XDG_CONFIG_HOME/lan-mouse/config.toml` is parsed.