icinga2: Fix typo in systemd clause in icinga2.spec
This commit is contained in:
parent
a7fdcaaa72
commit
59b8d34311
|
@ -522,7 +522,7 @@ exit 0
|
|||
%postun common
|
||||
# suse
|
||||
%if "%{_vendor}" == "suse"
|
||||
%if 0%{?using_systemd}
|
||||
%if 0%{?use_systemd}
|
||||
%service_del_postun %{name}.service
|
||||
%else
|
||||
%restart_on_update %{name}
|
||||
|
|
Loading…
Reference in New Issue