git annex webapp --force forces a restart of the daemon
Useful for testing..
This commit is contained in:
parent
c4830aaa6c
commit
cccdb44874
3 changed files with 13 additions and 6 deletions
|
@ -84,7 +84,7 @@ checkDaemon pidfile = do
|
|||
| otherwise = error $
|
||||
"stale pid in " ++ pidfile ++
|
||||
" (got " ++ show pid' ++
|
||||
"; expected" ++ show pid ++ " )"
|
||||
"; expected " ++ show pid ++ " )"
|
||||
|
||||
{- Stops the daemon, safely. -}
|
||||
stopDaemon :: FilePath -> IO ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue