mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-12-18 21:16:24 +01:00
Update install/speedtest-tracker-install.sh
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
This commit is contained in:
@ -37,7 +37,7 @@ msg_ok "Installed Speedtest CLI"
|
|||||||
|
|
||||||
msg_info "Configuring PHP-FPM runtime directory"
|
msg_info "Configuring PHP-FPM runtime directory"
|
||||||
mkdir -p /etc/systemd/system/php8.4-fpm.service.d/
|
mkdir -p /etc/systemd/system/php8.4-fpm.service.d/
|
||||||
cat >/etc/systemd/system/php8.4-fpm.service.d/override.conf <<'EOF'
|
cat <<EOF >/etc/systemd/system/php8.4-fpm.service.d/override.conf
|
||||||
[Service]
|
[Service]
|
||||||
RuntimeDirectory=php
|
RuntimeDirectory=php
|
||||||
RuntimeDirectoryMode=0755
|
RuntimeDirectoryMode=0755
|
||||||
|
|||||||
Reference in New Issue
Block a user