summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2014-01-07 15:43:13 -0500
committerJakub Hrozek <jhrozek@redhat.com>2014-02-19 12:29:05 +0100
commit9542512d7be40f2000298c86d3d2b728f4f0f65a (patch)
tree2afe30d9861147f829ec1a99ab6a57cf03db47c5 /contrib
parentb96988a35bfb5f6faf2e364ae966166398afeca3 (diff)
downloadsssd-9542512d7be40f2000298c86d3d2b728f4f0f65a.tar.gz
sssd-9542512d7be40f2000298c86d3d2b728f4f0f65a.tar.xz
sssd-9542512d7be40f2000298c86d3d2b728f4f0f65a.zip
BUILD: Simplify enabling journald on installed systems
systemd supports overrides of the standard service file to be placed in /etc/systemd/system/<service>.service.d/ With this patch, we will install a commented-out override file to /etc that will instruct the user on how to enable logging to journald. Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/sssd.spec.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index ec75b53a4..e0830f8f8 100644
--- a/contrib/sssd.spec.in
+++ b/contrib/sssd.spec.in
@@ -585,6 +585,8 @@ rm -rf $RPM_BUILD_ROOT
%attr(750,root,root) %dir %{_var}/log/%{name}
%attr(711,root,root) %dir %{_sysconfdir}/sssd
%ghost %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/sssd/sssd.conf
+%attr(755,root,root) %dir %{_sysconfdir}/systemd/system/sssd.service.d
+%config(noreplace) %{_sysconfdir}/systemd/system/sssd.service.d/journal.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/sssd
%config(noreplace) %{_sysconfdir}/rwtab.d/sssd
%dir %{_datadir}/sssd