Skip to content

Commit

Permalink
doc(syncthing): 'env PATH=' is no longer needed for serviceman
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Dec 16, 2024
1 parent fec5332 commit c5fc553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncthing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
```

Expand Down

0 comments on commit c5fc553

Please sign in to comment.