mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
Exit when no devices are in use
When no actions are happening on any of the devices, make the daemon exit after 30 seconds.
This commit is contained in:
committed by
Daniel Drake
parent
e29806cd88
commit
b0f2060628
@ -24,8 +24,10 @@
|
||||
#include <dbus/dbus-glib.h>
|
||||
|
||||
/* General */
|
||||
#define TIMEOUT 30
|
||||
#define FPRINT_SERVICE_NAME "net.reactivated.Fprint"
|
||||
extern DBusGConnection *fprintd_dbus_conn;
|
||||
extern gboolean no_timeout;
|
||||
GQuark fprint_error_quark(void);
|
||||
|
||||
/* Errors */
|
||||
|
||||
Reference in New Issue
Block a user