f4b808c83ecbaf36c7069440535d62990e32d55d |
|
10-Nov-2017 |
Lukas Slebodnik <lslebodn@redhat.com> |
SYSTEMD: Clean pid file in corner cases
SSSD can cleanup pid file in case of standard stopping of daemon.
It's done in function monitor_cleanup. However monitor does not have a
change to cleanup file in case of OOM or sending SIGKILL to monitor.
Even though PIDFile is not necessary for services with Type notify
we should let systemd to clean this file in unexpected situations.
Resolves:
https://pagure.io/SSSD/sssd/issue/3528
Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com> |
a7277fecf7a65ab6c83b36f009c558cdfbf997d2 |
|
03-Nov-2017 |
Lukas Slebodnik <lslebodn@redhat.com> |
SYSTEMD: Replace parameter --debug-to-files with ${DEBUG_LOGGER}
Users can set variable DEBUG_LOGGER in environment files
(/etc/sysconfig/sssd or /etc/default/sssd; depending on the distribution)
to override default logging to files.
e.g.
DEBUG_LOGGER=--logger=stderr
DEBUG_LOGGER=--logger=journald
Resolves:
https://pagure.io/SSSD/sssd/issue/3433
Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com> |
d4063e9a21a4e203bee7e0a0144fa8cabb14cc46 |
|
09-Jan-2017 |
Victor Tapia <victor.tapia@canonical.com> |
MONITOR: Create pidfile after responders started
Resolves:
https://fedorahosted.org/sssd/ticket/3080
Signed-off-by: Lukas Slebodnik <lslebodn@redhat.com>
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> |
46ef3da071401904a8c4930df4f2b1103c309c25 |
|
10-Nov-2015 |
Lukas Slebodnik <lslebodn@redhat.com> |
INIT: Drop syslog.target from service file
The syslog.target is not part of systemd anymore.
The non-socket-activated syslog daemons are not supported in systemd >= 35
and in the same version it was recomemded to not use this target in service
files.
http://www.freedesktop.org/wiki/Software/systemd/syslog/
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
ea0a71921ea396f5cc0e9e20d9a2aafc681b3eb9 |
|
08-Sep-2014 |
Ian Lee <ian.rob.lee@gmail.com> |
Add user lookup and session dependencies to systemd service file.
https://bugzilla.redhat.com/show_bug.cgi?id=1088619
Before permitting user sessions sssd should be running. This also correctly
orders shutdown of sssd after the user sessions.
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
07d82f79d2970a08628ebf71343441ec55faa6fa |
|
25-Jun-2013 |
Pavel Březina <pbrezina@redhat.com> |
init script: source /etc/sysconfig/sssd
https://fedorahosted.org/sssd/ticket/1959 |
00e9f24707a2d221ed2be40289669e4fd731713e |
|
12-Apr-2011 |
Jakub Hrozek <jhrozek@redhat.com> |
The systemd unit file should not require DBus
This patch fixes the provided systemd unit file so it is the same
as the one Jóhann B. Guðmundsson provided in Red Hat Bugzilla #689853
except for hardcoded paths. |
96c73559adfbdac96720008fc022cb1d540b53c3 |
|
02-Sep-2010 |
Jakub Hrozek <jhrozek@redhat.com> |
Package systemd unit file
So far, the systemd unit file is only packaged but not used in any of
the packaged spec files.
Fixes: #483 |