projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22d15bd
)
ensure that syncthing config dir exists
author
AJ ONeal
<aj@therootcompany.com>
Tue, 15 Dec 2020 01:58:37 +0000
(
01:58
+0000)
committer
AJ ONeal
<aj@therootcompany.com>
Tue, 15 Dec 2020 01:58:37 +0000
(
01:58
+0000)
syncthing/README.md
patch
|
blob
|
history
diff --git
a/syncthing/README.md
b/syncthing/README.md
index f4ef99c19148a0b5ee7c857f1a5511b8fc3b6aad..54a0b0db388240d8f170ce9e2580a6e3074b4194 100644
(file)
--- a/
syncthing/README.md
+++ b/
syncthing/README.md
@@
-34,6
+34,7
@@
webi serviceman
```
```bash
+mkdir -p ~/.config/syncthing/
env PATH="$PATH" serviceman add --user --name syncthing -- \
syncthing --home ~/.config/syncthing/
```