Fix systemctl status on Fedora 24.

This commit is contained in:
Jeff Geerling 2017-05-15 21:22:41 -05:00
parent ee9a148c08
commit 0425b0ef87

View File

@ -53,8 +53,8 @@ script:
- docker exec --tty ${container_id} env TERM=xterm php -i | grep 'memory_limit.*192'
# Check the status of PHP-FPM (but don't fail if not found).
- docker exec --tty ${container_id} env TERM=xterm systemctl status php${php_version}-fpm status || true
- docker exec --tty ${container_id} env TERM=xterm systemctl status php-fpm status || true
- docker exec --tty ${container_id} env TERM=xterm systemctl --no-pager status php${php_version}-fpm status || true
- docker exec --tty ${container_id} env TERM=xterm systemctl --no-pager status php-fpm status || true
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/