This commit is contained in:
parent
ea9155c909
commit
2b12edccd9
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,9 @@ git-annex should start using `gvfs-udisks2-volume-monitor` at bus name `org.gtk.
|
|||
|
||||
Alternatively, git-annex should stop relying on any per-user services, and use kernel interfaces directly when available. (This way, monitoring could work even if the user wasn't logged in and/or didn't have a DBus session bus.)
|
||||
|
||||
On all Linux kernels since 2.6.15, the `/proc/self/mounts` file is pollable – you can use **select(), poll() or epoll** to detect new mounted filesystems, without having to rely on periodic checks. (Run `findmnt -p` to see it in action.)
|
||||
* On all Linux kernels since 2.6.15, the `/proc/self/mounts` file is pollable – you can use **select(), poll() or epoll** to detect new mounted filesystems, without having to rely on periodic checks. (Run `findmnt -p` to see it in action.)
|
||||
|
||||
* On BSD systems, kqueue on `/etc/mtab`.
|
||||
|
||||
### What version of git-annex are you using? On what operating system?
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue