This website requires JavaScript.
Explore
Help
Sign In
fanyx
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
09f96c2a3a
dotfiles
/
.config
/
sv
/
syncthing
/
run
5 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add syncthing user service
2021-09-27 16:13:22 +02:00
#!/bin/sh
fix piping
2022-09-23 13:34:28 +02:00
exec 2>&1
change launch flags for syncthing sv
2022-07-13 11:50:12 +02:00
exec /usr/bin/syncthing -logflags 0 -no-restart -home="$HOME/.config/syncthing"