Skip to content
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

Background mode #30

Closed
Jorilx opened this issue Nov 10, 2014 · 2 comments
Closed

Background mode #30

Jorilx opened this issue Nov 10, 2014 · 2 comments

Comments

@Jorilx
Copy link

Jorilx commented Nov 10, 2014

What is the recommended way to send a go-fuse filesystem to the background? In Python with fusepy I'd use the "foreground=false" parameter, is there something similar in go-fuse? Or should I simply send the command to the background using & on the shell?

@hanwen
Copy link
Owner

hanwen commented Nov 10, 2014

Go doesn't support daemonization. Just use & in the shell.

On Mon, Nov 10, 2014 at 12:03 PM, Jorilx notifications@github.com wrote:

What is the recommended way to send a go-fuse filesystem to the
background? In Python with fusepy I'd use the "foreground=false" parameter,
is there something similar in go-fuse? Or should I simply send the command
to the background using & on the shell?


Reply to this email directly or view it on GitHub
#30.

Han-Wen Nienhuys - hanwenn@gmail.com - http://www.xs4all.nl/~hanwen

@Jorilx
Copy link
Author

Jorilx commented Nov 10, 2014

Ok, thanks!

@Jorilx Jorilx closed this as completed Nov 10, 2014
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