From 6ad978a53c050fd28e8e12eea6f89dbcfd4dbbc4 Mon Sep 17 00:00:00 2001 From: Viktor Bengtsson Date: Sun, 10 Jul 2016 01:41:42 +0200 Subject: [PATCH] Set category to "running" Structuring faq.php into categories in preparation for adding more answers, and to make it more accessible. --- posts/faq/how-to-stop-lbry.md | 1 + 1 file changed, 1 insertion(+) diff --git a/posts/faq/how-to-stop-lbry.md b/posts/faq/how-to-stop-lbry.md index 7dac7959..87d98b33 100644 --- a/posts/faq/how-to-stop-lbry.md +++ b/posts/faq/how-to-stop-lbry.md @@ -1,5 +1,6 @@ --- title: How do I stop LBRY from the command line? +category: running --- You can ctrl-c or run `stop-lbrynet-daemon`. It is natural for the program to take 2-3 seconds to close.