Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2015-04-30 14:22:25 -04:00
commit d6609a0847
6 changed files with 41 additions and 0 deletions

View file

@ -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]]

View file

@ -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.
"""]]