forked from stuartlangridge/syncthing-ubuntu-indicator
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from hungrywolf27/startup
Features: start Syncthing, open file browser
- Loading branch information
Showing
2 changed files
with
454 additions
and
320 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 & |
Oops, something went wrong.