Skip to content

Commit

Permalink
SPEC: Add missing scriptlets for package sssd-dbus
Browse files Browse the repository at this point in the history
Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>
  • Loading branch information
Lukas Slebodnik committed May 3, 2017
1 parent ffa05d2 commit 1b1a89c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions contrib/sssd.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -1285,6 +1285,15 @@ getent passwd sssd >/dev/null || useradd -r -g sssd -d / -s /sbin/nologin -c "Us
%systemd_postun_with_restart sssd-sudo.socket
%systemd_postun_with_restart sssd-sudo.service

%post dbus
%systemd_post sssd-ifp.service

%preun dbus
%systemd_preun sssd-ifp.service

%postun dbus
%systemd_postun_with_restart sssd-ifp.service

%else
# sysv
%post common
Expand Down

0 comments on commit 1b1a89c

Please sign in to comment.