We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f09640 + 22c6d7c commit e7751abCopy full SHA for e7751ab
1 file changed
guest-agent/src/guest_api_service.rs
@@ -52,8 +52,6 @@ impl GuestApiRpc for GuestApiHandler {
52
53
async fn shutdown(self) -> Result<()> {
54
tokio::spawn(async move {
55
- notify_host("shutdown.progress", "stopping app").await.ok();
56
- perr(cmd!(systemctl stop app-compose));
57
notify_host("shutdown.progress", "powering off").await.ok();
58
perr(cmd!(systemctl poweroff));
59
});
0 commit comments