From 4bcc848bb178d9e4372ba13b750d620cabc2a9ac Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 16 Jan 2021 21:38:22 -0500 Subject: move poking services into app boot after systemd notify Signed-off-by: Christine Dodrill --- src/app/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app/mod.rs') diff --git a/src/app/mod.rs b/src/app/mod.rs index e763792..6c01b2f 100644 --- a/src/app/mod.rs +++ b/src/app/mod.rs @@ -5,6 +5,7 @@ use std::{fs, path::PathBuf}; use tracing::{error, instrument}; pub mod markdown; +pub mod poke; #[derive(Clone, Deserialize)] pub struct Config { -- cgit v1.2.3