diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-30 14:22:25 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-30 14:22:25 -0400 |
commit | 119084bcc86044a1509f596bc59b8adf7ea6862d (patch) | |
tree | b7833af1ac7c182f1cf7728741467a59746eb28a /doc/bugs | |
parent | 8a8403199160247a757b434cfa0eb5d5641d7353 (diff) | |
parent | dc63d0dc28357a9fd05567a515e3f35f62618472 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/bugs')
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_assistant_--stop_fails_if_not_run_from_inside_a_git_annex_repository.mdwn b/doc/bugs/git_annex_assistant_--stop_fails_if_not_run_from_inside_a_git_annex_repository.mdwn index 41e921bef..70ece97ec 100644 --- a/doc/bugs/git_annex_assistant_--stop_fails_if_not_run_from_inside_a_git_annex_repository.mdwn +++ b/doc/bugs/git_annex_assistant_--stop_fails_if_not_run_from_inside_a_git_annex_repository.mdwn @@ -14,3 +14,5 @@ ExecStop=/usr/bin/git-annex assistant --stop [Install] WantedBy=default.target """]] + +> This seems to overlap with [[todo/server-level_daemon__63__/]] in some way... --[[anarcat]] diff --git a/doc/bugs/git_annex_assistant_--stop_fails_if_not_run_from_inside_a_git_annex_repository/comment_2_953e6d1262728da6d30f4d3f1dd8fc29._comment b/doc/bugs/git_annex_assistant_--stop_fails_if_not_run_from_inside_a_git_annex_repository/comment_2_953e6d1262728da6d30f4d3f1dd8fc29._comment new file mode 100644 index 000000000..a58c1094b --- /dev/null +++ b/doc/bugs/git_annex_assistant_--stop_fails_if_not_run_from_inside_a_git_annex_repository/comment_2_953e6d1262728da6d30f4d3f1dd8fc29._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="db48x" + subject="comment 2" + date="2015-04-29T22:56:47Z" + content=""" +Well, the usage just says + + --stop stop daemon + +so naturally I assumed that this is how you stop the daemon. It's cool though; systemd can just send it a SIGKILL or whatever. +"""]] |