Skip to content

Commit

Permalink
Merge pull request #19 from hungrywolf27/startup
Browse files Browse the repository at this point in the history
Features: start Syncthing, open file browser
  • Loading branch information
hungrywolf27 committed Jun 13, 2015
2 parents 19e31aa + 2d86214 commit ce6f0b6
Show file tree
Hide file tree
Showing 2 changed files with 454 additions and 320 deletions.
12 changes: 12 additions & 0 deletions start-syncthing.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash

## Uncomment one of the commands below and edit it with your Syncthing install path.
## For more information try:
## syncthing -help
## https://github.com/syncthing/syncthing/wiki
## https://forum.syncthing.net/c/howto

## Example commands:
# /path/to/syncthing -no-browser &
# nice -n 19 ionice -c3 /path/to/syncthing -no-browser &
# GOMAXPROCS=1 nice -n 19 ionice -c3 /path/to/syncthing -no-browser &
Loading

0 comments on commit ce6f0b6

Please sign in to comment.