purge the word app

This commit is contained in:
Aiden McClelland
2021-09-09 12:53:37 -06:00
parent 4664e0ce35
commit e4e2fbce8d
7 changed files with 18 additions and 18 deletions

View File

@@ -24,6 +24,13 @@ impl Shutdown {
.unwrap()
.wait()
.unwrap();
Command::new("systemctl")
.arg("stop")
.arg("docker")
.spawn()
.unwrap()
.wait()
.unwrap();
if let Err(e) = export_blocking(&self.zfs_pool) {
log::error!("Error Exporting ZFS Pool: {}", e);
}