Daemonize keyforkd process when running keyfork recover --daemon
#58
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: public/keyfork#58
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
Daemonizing the process means it won't hang the foreground, which means it can be used on systems where an alternative terminal is not available without having to background the process using the shell.