configure datadir on context

This commit is contained in:
Aiden McClelland
2021-09-03 14:03:08 -06:00
committed by Aiden McClelland
parent ee381ebce7
commit 3877e43b84
33 changed files with 664 additions and 276 deletions

4
appmgr/src/shutdown.rs Normal file
View File

@@ -0,0 +1,4 @@
#[derive(Debug, Clone)]
pub struct Shutdown {
restart: bool,
}