Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ncp-config.d/nc-limits.sh')
-rw-r--r--etc/ncp-config.d/nc-limits.sh11
1 files changed, 2 insertions, 9 deletions
diff --git a/etc/ncp-config.d/nc-limits.sh b/etc/ncp-config.d/nc-limits.sh
index fc61e085..545aa5b1 100644
--- a/etc/ncp-config.d/nc-limits.sh
+++ b/etc/ncp-config.d/nc-limits.sh
@@ -47,15 +47,8 @@ configure()
# RESTART PHP
[[ "$PHPTHREADS_" != "$CURRENT_THREADS" ]] || \
[[ "$MEMORYLIMIT" != "$CURRENT_PHP_MEM" ]] || \
- [[ "$MAXFILESIZE_" != "$CURRENT_FILE_SIZE" ]] && {
- bash -c " sleep 3
- service php${PHPVER}-fpm stop
- service mysql stop
- sleep 0.5
- service php${PHPVER}-fpm start
- service mysql start
- " &>/dev/null &
- }
+ [[ "$MAXFILESIZE_" != "$CURRENT_FILE_SIZE" ]] && \
+ bash -c "sleep 3; service php${PHPVER}-fpm restart" &>/dev/null &
# redis max memory
local CONF=/etc/redis/redis.conf