Is There A Way To Start Btsync On Linux Without It Daemonizing?


salimfadhley

Recommended Posts

I want to configure my systems to run btsync from Supervisor - a common process management utility.

 

I'd like to allow Supervisor to take care of daemonizing for me - so that means I need btsync to just run in the foreground.

 

Is there an option that can prevent btsync from detaching from the console and running in the background? Many Linux server programs have a --nodaemon option which forces the app to the forground and makes any problems get logged to stderr/stdout.

 

Can this be done?

 

Sal


And I just noticed - btsync does indeed have an undocumented --nodaemon option! :-)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.