Fix preuninstall to not stop the service
This commit is contained in:
parent
3a011d8142
commit
7580b456ad
@ -161,7 +161,6 @@ fi
|
|||||||
|
|
||||||
%preun
|
%preun
|
||||||
%if %{WITH_SYSTEMD}
|
%if %{WITH_SYSTEMD}
|
||||||
/sbin/service auditd stop > /dev/null 2>&1
|
|
||||||
%systemd_preun auditd.service
|
%systemd_preun auditd.service
|
||||||
%else
|
%else
|
||||||
if [ $1 -eq 0 ]; then
|
if [ $1 -eq 0 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user