From 4eff5b6cbec942b8c3aa1ed42ae547dad24813d9 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 16 Dec 2024 01:48:26 +0000 Subject: [PATCH] doc(syncthing): 'env PATH=' is no longer needed for serviceman --- syncthing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncthing/README.md b/syncthing/README.md index 5b7fbbd00..43f4f86e9 100644 --- a/syncthing/README.md +++ b/syncthing/README.md @@ -46,7 +46,7 @@ webi serviceman ```sh mkdir -p ~/.config/syncthing/ -env PATH="$PATH" serviceman add --agent --name syncthing -- \ +serviceman add --agent --name syncthing -- \ syncthing --home ~/.config/syncthing/ ```