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