diff options
Diffstat (limited to 'services')
-rw-r--r-- | services/applications/php56.cf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/applications/php56.cf b/services/applications/php56.cf index e62a389..75d4820 100644 --- a/services/applications/php56.cf +++ b/services/applications/php56.cf @@ -33,6 +33,6 @@ bundle agent php56 "$(this.bundle): /usr/local/etc/php.ini repaired" ifvarclass => "php56_php_ini_file_repaired"; "$(this.bundle): /usr/local/etc/php-fpm.conf repaired" ifvarclass => "php56_php_fpm_conf_file_repaired"; "$(this.bundle): /var/run/php-fpm/ directory repaired" ifvarclass => "php56_php_run_dir_repaired"; - "$(this.bundle): sshd service repaired" ifvarclass => "php_fpm_service_repaired"; - "$(this.bundle): sshd service restarted" ifvarclass => "php_fpm_service_restarted"; + "$(this.bundle): php-fpm service repaired" ifvarclass => "php_fpm_service_repaired"; + "$(this.bundle): php-fpm service restarted" ifvarclass => "php_fpm_service_restarted"; } |