[GH-ISSUE #488] Question: How to gracefully shutdown dufs from CLI #273

Closed
opened 2026-04-08 16:51:38 +03:00 by zhus · 1 comment
Owner

Originally created by @haexhub on GitHub (Nov 21, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/488

Hi,

I've got a question regarding shutting down the server over cli. Couldn't find anything in the documenation. In the changelog I found it was mentioned, that this possibility is available but couldn't find anything further.
Is there anything like dufs --shutdown?

Originally created by @haexhub on GitHub (Nov 21, 2024). Original GitHub issue: https://github.com/sigoden/dufs/issues/488 Hi, I've got a question regarding shutting down the server over cli. Couldn't find anything in the documenation. In the changelog I found it was mentioned, that this possibility is available but couldn't find anything further. Is there anything like dufs --shutdown?
zhus closed this issue 2026-04-08 16:51:38 +03:00
Author
Owner

@sigoden commented on GitHub (Nov 22, 2024):

Dufs don't handle gracefully shutdown. A simple file service does not require this feature.

In the future, if graceful shutdown is supported, it will also be seamless.

Always use ctrl+c or kill to stop dufs.

<!-- gh-comment-id:2492589928 --> @sigoden commented on GitHub (Nov 22, 2024): Dufs don't handle gracefully shutdown. A simple file service does not require this feature. In the future, if graceful shutdown is supported, it will also be seamless. Always use ctrl+c or kill to stop dufs.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#273