add daily update and maintenance task

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2020-10-31 21:27:06 +01:00
parent 86d602457a
commit bc00289bce
9 changed files with 103 additions and 4 deletions

View File

@ -24,6 +24,7 @@ use crate::server::WorkerTask;
use crate::tools;
use crate::tools::ticket::{self, Empty, Ticket};
pub mod apt;
pub mod disks;
pub mod dns;
pub mod network;
@ -32,7 +33,6 @@ pub mod subscription;
pub(crate) mod rrd;
mod apt;
mod journal;
mod services;
mod status;