6 lines
159 B
Plaintext
Executable File
6 lines
159 B
Plaintext
Executable File
#!/usr/bin/env watchman
|
|
|
|
#service_respawn='true'
|
|
service_command='/usr/bin/php-fpm'
|
|
service_args=( -F --fpm-config /etc/php/php-fpm.conf -c /etc/php/php.ini )
|