Disabling the warewulfd automatic start as part of RPM (anaconda install!?)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user