From 08e1896fb7a00a758c3a71a99e54f0ff69da2fbd Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sun, 23 Aug 2015 11:50:26 +0200 Subject: Remove systemd subscription and user/session units This removes attempts by logind to listen to systemd messages over the bus, and to start and/or manage units associated with sessions and users. --- src/login/logind-user.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/login/logind-user.h') diff --git a/src/login/logind-user.h b/src/login/logind-user.h index be5b56883..607fe1bf7 100644 --- a/src/login/logind-user.h +++ b/src/login/logind-user.h @@ -47,12 +47,12 @@ struct User { char *state_file; char *runtime_path; + /* These are always NULL, and here just for logind-user-dbus.c + to easily provide a NULL value for the user's service and + slice properties. */ char *service; char *slice; - char *service_job; - char *slice_job; - Session *display; dual_timestamp timestamp; -- cgit v1.2.3