We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55efaf1 commit 96611fcCopy full SHA for 96611fc
1 file changed
packaging/centos7/cloud.spec
@@ -436,6 +436,8 @@ if [ -f "%{_sysconfdir}/cloud.rpmsave/agent/agent.properties" ]; then
436
mv %{_sysconfdir}/cloud.rpmsave/agent/agent.properties %{_sysconfdir}/cloud.rpmsave/agent/agent.properties.rpmsave
437
fi
438
439
+systemctl daemon-reload
440
+
441
%pre usage
442
id cloud > /dev/null 2>&1 || /usr/sbin/useradd -M -c "CloudStack unprivileged user" \
443
-r -s /bin/sh -d %{_localstatedir}/cloudstack/management cloud|| true
0 commit comments