move media startup into service
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
38c989a07e
commit
aa7a310200
2 changed files with 8 additions and 1 deletions
src/service
|
@ -93,7 +93,6 @@ impl Services {
|
|||
pub(super) async fn start(&self) -> Result<()> {
|
||||
debug_info!("Starting services...");
|
||||
|
||||
self.media.create_media_dir().await?;
|
||||
globals::migrations::migrations(&self.db, &self.globals.config).await?;
|
||||
globals::emerg_access::init_emergency_access();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue