| Linux hosting5.siteguarding.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64 Path : /usr/share/cagefs/ |
| Current File : //usr/share/cagefs/fix_fpm_services_in_container |
#!/bin/bash
# Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2022 All Rights Reserved
#
# Licensed under CLOUD LINUX LICENSE AGREEMENT
# http://cloudlinux.com/docs/LICENSE.TXT
# Fix services to work in environments without LVE
if [[ -e /etc/cloudlinux-edition-solo || -e /etc/cloudlinux-container ]]; then
/usr/share/cagefs-plugins/install-cagefs-plugin.py --fix-services-without-lve
fi