From 17957c33978fa4e7a46d2bbac112e95816590cf2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 9 Aug 2012 16:14:18 -0400 Subject: [PATCH] todo: restart --- doc/design/assistant/inotify.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/design/assistant/inotify.mdwn b/doc/design/assistant/inotify.mdwn index fd81366d44..cb9bd0edca 100644 --- a/doc/design/assistant/inotify.mdwn +++ b/doc/design/assistant/inotify.mdwn @@ -28,6 +28,10 @@ available! * honor .gitignore, not adding files it excludes (difficult, probably needs my own .gitignore parser to avoid excessive running of git commands to check for ignored files) +* There needs to be a way for a new version of git-annex, when installed, + to restart any running watch or assistant daemons. Or for the daemons + to somehow detect it's been upgraded and restart themselves. Needed + to allow for imcompatable changes and, I suppose, for security upgrades.. ## beyond Linux