chiark / gitweb /
logind: add support for /run/nologin and /run/systemd/shutdown/scheduled
[elogind.git] / src / login / logind.h
index 906c8ba4082659f3628d777175924f5a1e109c6d..ca9b5ce8650ebfa72494260d443326f1754714a4 100644 (file)
@@ -97,6 +97,8 @@ struct Manager {
         sd_event_source *scheduled_shutdown_timeout_source;
         uid_t scheduled_shutdown_uid;
         char *scheduled_shutdown_tty;
+        sd_event_source *nologin_timeout_source;
+        bool unlink_nologin;
 
         char *wall_message;
         unsigned enable_wall_messages;