Test for a systemd service that should be up.

pull/84/head
Greg Althaus 2016-01-21 11:33:13 -06:00
parent 9e9aba4e3a
commit ec1073def8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
- name: "Identify init system" - name: "Identify init system"
shell: > shell: >
$(pgrep systemd > /dev/null && systemctl status > /dev/null); $(pgrep systemd > /dev/null && systemctl status network > /dev/null);
if [ $? -eq 0 ] ; then if [ $? -eq 0 ] ; then
echo systemd; echo systemd;
else else