10000 Screenshot for nssm service manager doesn't match option description · Issue #920 · syncthing/docs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Screenshot for nssm service manager doesn't match option description #920

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
CompuRoot opened this issue Apr 29, 2025 · 2 comments
Open

Comments

@CompuRoot
Copy link

Text stated:

Path to your syncthing.exe and enter --no-restart --no-browser --home="<path to your Syncthing folder>" as Arguments.

but screenshot of nssm service manager show: -no-console -no-browser -home="C:\Syncthing"


I ran syncthing serve --help and it looks like option --no-console doesn't exist anymore.

Also, I suggest:

  • to advice to install syncthing into C:\Program Files instead of C:\Syncthing because by default all users of workstation might have write access into C:\Syncthing.
  • since syncthing supposed to run as the SYSTEM account (to be able to sync multiple user's accounts, as well system folders), it would be more secure to use SYSTEM's home directory to prevent unauthorized user(s) to read/write to syncthing data/configuration files, that's why suggestion to use:
    C:\Windows\system32\config\systemprofile\AppData\Local\Syncthing
    
@tomasz1986
Copy link
Member

it looks like option --no-console doesn't exist anymore.

--no-console does still exist (see https://docs.syncthing.net/users/syncthing for all available command line options). However, it is true that the screenshot is outdated, and what is more important, the upcoming Syncthing v2 requires double -- in command line arguments, so if you are setting up Syncthing now, the safe way is to use only -- instead of the older, single - version.

@CompuRoot
Copy link
Author
CompuRoot commented Apr 29, 2025

--no-console does still exist

I'm sorry for confusion, I ran syncthing serve --help on Linux and expected to see Windows's only option --no-console. It is there as it should be, on Windows version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0