doc(syncthing): 'env PATH=' is no longer needed for serviceman

This commit is contained in:
AJ ONeal
2024-12-16 19:12:36 +00:00
parent 7b8f882d80
commit 4eff5b6cbe
+1 -1
View File
@@ -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/
```