full autostart support

git annex assistant --autostart will start separate daemons in each
listed autostart repo

running the webapp outside any git-annex repo will open it on the
first listed autostart repo
This commit is contained in:
Joey Hess 2012-08-02 00:42:33 -04:00
parent 23fe661d37
commit 60da0d6ad2
8 changed files with 134 additions and 23 deletions

View file

@ -23,10 +23,8 @@ module Utility.FreeDesktop (
) where
import Utility.Exception
import Utility.Directory
import Utility.Path
import System.IO
import System.Environment
import System.Directory
import System.FilePath