consul = "127.0.0.1:8500"log_level = "DEBUG"wait = "5s:10s"
vault { address = "https://active.vault.service.consul:8200" unwrap_token = true}
syslog { enabled = true}
deduplicate { enabled = true}
exec {
command = "php-fpm --fpm-config provision/php/php-fpm.conf"
splay = "5s"
reload_signal = "SIGUSR2"
kill_signal = "SIGQUIT"
kill_timeout = "10s"
}
# Application configuration
template {
source = "provision/config/config.ctmpl"
destination = "app/Config/config.php"
perms = 0640
backup = false
}
# 3 other "template" declarations removed ....
2016/10/07 20:19:25.731458 [DEBUG] (runner) enabling global quiescence for "provision/config/config.ctmpl"
2016/10/07 20:19:25.731673 [INFO] (runner) watching 55 dependencies
2016/10/07 20:19:25.731773 [INFO] (child) spawning "php-fpm" ["--fpm-config" "provision/php/php-fpm.conf"]
[07-Oct-2016 20:19:25] NOTICE: fpm is running, pid 1736
[07-Oct-2016 20:19:25] NOTICE: ready to handle connections
[07-Oct-2016 20:19:25] NOTICE: systemd monitor interval set to 10000ms2016/10/07 20:16:01.397742 [INFO] (runner) watching 75 dependencies
2016/10/07 20:16:58.914282 [INFO] (child) reloading process
2016/10/07 20:16:58.914595 [DEBUG] (child) waiting 0.54s for random splay
2016/10/07 20:16:59.455619 [DEBUG] (runner) enabling global quiescence for "provision/config/cache.ctmpl"
2016/10/07 20:16:59.455691 [INFO] (runner) watching 75 dependencies
[07-Oct-2016 20:16:59] NOTICE: Reloading in progress ...
....
2016/10/07 20:18:14.131450 [INFO] (child) reloading process
2016/10/07 20:18:14.131759 [DEBUG] (child) waiting 3.59s for random splay
2016/10/07 20:18:17.721804 [DEBUG] (runner) enabling global quiescence for "provision/config/config.ctmpl"
2016/10/07 20:18:17.721859 [INFO] (runner) watching 75 dependencies
[07-Oct-2016 20:18:17] NOTICE: Reloading in progress ...