summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-02-07 13:11:02 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-02-07 13:11:02 -0400
commitc66de2a69b28e7823e400c94e97fe3a6769ac4f4 (patch)
tree14d8b0e5bf9cc18fb36111575a7a32d6d5ef1c9a /doc
parentb3a1219205f24f04b61d61ea2b156d0fe8dbb297 (diff)
comment
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/assistant_ignores_foreground_switch/comment_1_d9c812d6ea52e9fd45a7aed94921dc8a._comment10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/assistant_ignores_foreground_switch/comment_1_d9c812d6ea52e9fd45a7aed94921dc8a._comment b/doc/bugs/assistant_ignores_foreground_switch/comment_1_d9c812d6ea52e9fd45a7aed94921dc8a._comment
new file mode 100644
index 000000000..ab7dbb2e4
--- /dev/null
+++ b/doc/bugs/assistant_ignores_foreground_switch/comment_1_d9c812d6ea52e9fd45a7aed94921dc8a._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2017-02-07T17:10:05Z"
+ content="""
+--autostart can start multiple daemons, one per registered repository.
+
+So, --autostart --foreground would need to start the daemons and child
+processes, and then wait on them all.
+"""]]