Initial commit
This commit is contained in:
commit
a8eb5ea804
20 changed files with 64 additions and 0 deletions
8
syncthing/run
Executable file
8
syncthing/run
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
export USERNAME=crater2150
|
||||
export HOME="/home/$USERNAME"
|
||||
|
||||
exec 2>&1
|
||||
exec syncthing -logflags 0
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue