Skip to content

Commit

Permalink
Update example.rs
Browse files Browse the repository at this point in the history
Update the example with a better comment
  • Loading branch information
xadaemon committed Oct 11, 2023
1 parent d3c1749 commit ddf719a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fn main() {
.setup_post_fork_parent_hook(post_fork_parent)
.setup_post_fork_child_hook(post_fork_child)
.setup_post_init_hook(after_init, None)
//
// Start the daemon and calls the hooks
.start();

match daemon {
Expand Down

0 comments on commit ddf719a

Please sign in to comment.