windows: Fix daemon pid file locking.

Well, as much as it can be fixed on windows. Not atomic; not entirely
guarded against the wrong process having the pid file locked.
This commit is contained in:
Joey Hess 2014-02-13 16:03:49 -04:00
parent f11f7520b5
commit c60f0b57d2
2 changed files with 45 additions and 13 deletions

View file

@ -52,9 +52,6 @@ now! --[[Joey]]
there.
* Deleting a git repository from inside the webapp fails "RemoveDirectory
permision denined ... file is being used by another process"
* Shutting down the webapp does not stop the daemon; the ctrl-c hack
doesn't work. (Restarting the daemon also does not stop the old process,
same reason.)
## stuff needing testing