We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93024c8 commit 9a74cb2Copy full SHA for 9a74cb2
1 file changed
cloud.spec
@@ -335,11 +335,6 @@ fi
335
id %{name} > /dev/null 2>&1 || /usr/sbin/useradd -M -c "CloudStack unprivileged user" \
336
-r -s /bin/sh -d %{_sharedstatedir}/%{name}/management %{name}|| true
337
338
-# set max file descriptors for cloud user to 4096
339
-sed -i /"cloud hard nofile"/d /etc/security/limits.conf
340
-sed -i /"cloud soft nofile"/d /etc/security/limits.conf
341
-echo "cloud hard nofile 4096" >> /etc/security/limits.conf
342
-echo "cloud soft nofile 4096" >> /etc/security/limits.conf
343
rm -rf %{_localstatedir}/cache/%{name}
344
# user harcoded here, also hardcoded on wscript
345
0 commit comments