mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #488] Question: How to gracefully shutdown dufs from CLI #273
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@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.