Test for a systemd service that should be up.
parent
9e9aba4e3a
commit
ec1073def8
|
@ -17,7 +17,7 @@
|
|||
|
||||
- name: "Identify init system"
|
||||
shell: >
|
||||
$(pgrep systemd > /dev/null && systemctl status > /dev/null);
|
||||
$(pgrep systemd > /dev/null && systemctl status network > /dev/null);
|
||||
if [ $? -eq 0 ] ; then
|
||||
echo systemd;
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue