Home | History | Annotate | Download | only in tools

Lines Matching full:sockets

2 .\" dbus-cleanup-sockets manual page.
5 .TH dbus-cleanup-sockets 1
7 dbus-cleanup-sockets \- clean up leftover sockets in a directory
10 .B dbus-cleanup-sockets [DIRECTORY]
14 The \fIdbus-cleanup-sockets\fP command cleans up unused D-Bus
15 connection sockets. See http://www.freedesktop.org/software/dbus/ for
19 If given no arguments, \fIdbus-cleanup-sockets\fP cleans up sockets
26 to using "abstract sockets" that exist only in memory and don't have a
33 dbus-cleanup-sockets in a cron job to mop up any leaked sockets.
34 Or you can just ignore the leaked sockets, they aren't really hurting
38 dbus-cleanup-sockets was adapted by Havoc Pennington from
39 linc-cleanup-sockets written by Michael Meeks.