chiark / gitweb /
elogind-user: add pam_unix account module
[elogind.git] / src / login / logind-inhibit.c
index 33fbdde557c92ae5d4f6a10b0eae0846c7454c3b..6c78e0dddc9f0d8e255a2e2b2d0614001750084a 100644 (file)
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
 /***
   This file is part of systemd.
 
@@ -319,7 +317,7 @@ int inhibitor_create_fifo(Inhibitor *i) {
                 if (r < 0)
                         return r;
 
-                r = sd_event_source_set_priority(i->event_source, SD_EVENT_PRIORITY_IDLE);
+                r = sd_event_source_set_priority(i->event_source, SD_EVENT_PRIORITY_IDLE-10);
                 if (r < 0)
                         return r;
         }