mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-02 05:23:14 +00:00
purge the word app
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user