Disabling the warewulfd automatic start as part of RPM (anaconda install!?)

This commit is contained in:
Gregory Kurtzer
2021-03-06 18:03:49 -08:00
parent 8d24496e97
commit e149afd580

View File

@@ -30,8 +30,6 @@ groupadd -r warewulf >/dev/null 2>&1 || :
%if %{?rhel}%{!?rhel:0} >= 7
groupadd -r warewulf >/dev/null 2>&1 || :
systemctl daemon-reload >/dev/null 2>&1 || :
systemctl start warewulfd >/dev/null 2>&1 || :
systemctl enable warewulfd >/dev/null 2>&1 || :
%endif
%clean