update all
This commit is contained in:
7
Librenms/librenms/files/etc/service/php-fpm/run
Normal file
7
Librenms/librenms/files/etc/service/php-fpm/run
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash -eu
|
||||
|
||||
if [ ! -d /run/php ]; then
|
||||
mkdir /run/php
|
||||
fi
|
||||
|
||||
exec /usr/sbin/php-fpm7.0 --nodaemonize --fpm-config /etc/php/7.0/fpm/php-fpm.conf
|
Reference in New Issue
Block a user