ensure that syncthing config dir exists

This commit is contained in:
AJ ONeal
2020-12-15 01:58:37 +00:00
parent 22d15bdfb5
commit 3bcefcae7c
+1
View File
@@ -34,6 +34,7 @@ webi serviceman
```
```bash
mkdir -p ~/.config/syncthing/
env PATH="$PATH" serviceman add --user --name syncthing -- \
syncthing --home ~/.config/syncthing/
```