|
@@ -362,12 +362,6 @@ is_running() {
|
|
|
|
|
|
if [ "$1" != restart ]; then
|
|
|
|
|
|
- # Restart php-fpm at the first start (it needs to be restarted after the slapd start)
|
|
|
- if [ ! -e /tmp/.ynh-vpnclient-boot ]; then
|
|
|
- touch /tmp/.ynh-vpnclient-boot
|
|
|
- systemctl restart php7.0-fpm
|
|
|
- fi
|
|
|
-
|
|
|
# Check configuration consistency
|
|
|
|
|
|
if [[ ! "${1}" =~ stop ]]; then
|