piliu
2018-11-01 08:34:10 UTC
Hi,
I encounter an issue during the poweroff. In my bash script, firstly I
use poweroff cmd to start systemd-poweroff.service, and use reboot cmd
as a bake up if the poweroff fails. But during tests, many times, the
machine is rebooted directly, without waiting for the result of poweroff.
Since both of the cmds use "systemctl" without --no-block option, so I
think they should execute one-by-one. But the test result is not.
Any suggestion?
Thanks,
Pingfan
I encounter an issue during the poweroff. In my bash script, firstly I
use poweroff cmd to start systemd-poweroff.service, and use reboot cmd
as a bake up if the poweroff fails. But during tests, many times, the
machine is rebooted directly, without waiting for the result of poweroff.
Since both of the cmds use "systemctl" without --no-block option, so I
think they should execute one-by-one. But the test result is not.
Any suggestion?
Thanks,
Pingfan