summaryrefslogtreecommitdiffstats
path: root/src/external/systemd.m4
Commit message (Collapse)AuthorAgeFilesLines
* Add journald supportJakub Hrozek2013-09-181-0/+13
|
* Do not set HAVE_SYSTEMD_LOGIN if libsystemd-login is not availableSumit Bose2013-09-171-1/+1
| | | | | Even if HAVE_SYSTEMD_LOGIN is set to 0 #ifdef will still see it as defined.
* util: Use systemd-login to check user sessionsSimo Sorce2013-09-161-0/+4
| | | | | | | | | | | | | Use systemd-lgin in preference to check if the user is logged in or not. Fall back to the old method if no systemd-login support is available at compile time or if it returns a fatal error, and can't determine the status of the user on its own. This will allow to consider a user really active (in order to reuse or refresh crdentials) only if it really is logged into the system, and not just if one of the user's processes is stuck around. Resolves: https://fedorahosted.org/sssd/ticket/2084
* Provide a configuration option to use systemd unit fileJakub Hrozek2011-04-121-0/+8
https://fedorahosted.org/sssd/ticket/837