diff --git a/doc/bugs/git-annex_remotedaemon_--foreground_exits_immediately_if_run_as_systemd_service.mdwn b/doc/bugs/git-annex_remotedaemon_--foreground_exits_immediately_if_run_as_systemd_service.mdwn index a05cb6b943..c3df3085a8 100644 --- a/doc/bugs/git-annex_remotedaemon_--foreground_exits_immediately_if_run_as_systemd_service.mdwn +++ b/doc/bugs/git-annex_remotedaemon_--foreground_exits_immediately_if_run_as_systemd_service.mdwn @@ -216,3 +216,13 @@ systemd[1644]: annex-remotedaemon.service: Succeeded. ### What version of git-annex are you using? On what operating system? git-annex version: 8.20200227-gf56dfe791 on Debian testing + +### 2020-03-14 Update + +I added some log statements and found out that in module **RemoteDaemon.Core** in function **runInteractive** the expression + + reader `concurrently` writer `concurrently` controller + +exits with an exception saying + + : hGetLine: end of file