Hiding autostart functionality behind feature gate "autostart"
This commit is contained in:
parent
69987c1a0d
commit
b21878d549
2 changed files with 5 additions and 3 deletions
|
|
@ -457,6 +457,7 @@ async fn start(
|
|||
};
|
||||
};
|
||||
|
||||
#[cfg(feature = "autostart")]
|
||||
if !*is_systemd_used() {
|
||||
info!("looking for autostart folders");
|
||||
let mut directories_to_scan = Vec::new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue